13 lines
505 B
XML
13 lines
505 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
<AssemblyName>CoordinateSharp</AssemblyName>
|
|
<RootNamespace>CoordinateSharp</RootNamespace>
|
|
<Description>A simple .NET standard library that is designed to assist with geographic coordinate conversions, formatting and location based celestial calculations.</Description>
|
|
<Copyright>Copyright 2019</Copyright>
|
|
<Version>1.1.5.2</Version>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|