2021-03-24 20:36:59 +01:00
<Project Sdk= "Microsoft.NET.Sdk" >
2019-06-28 11:14:53 +02:00
<PropertyGroup >
2021-03-24 20:36:59 +01:00
<TargetFramework > netcoreapp3.1</TargetFramework>
2019-06-28 11:46:22 +02:00
<AssemblyName > CoordinateSharp</AssemblyName>
2021-03-24 20:36:59 +01:00
<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>
2019-06-28 14:08:05 +02:00
</PropertyGroup>
2021-03-24 20:36:59 +01:00
2021-08-22 20:59:17 +02:00
<ItemGroup >
<Content Include= "../LICENSE" />
<Content Include= "../README.md" />
</ItemGroup>
2021-03-24 20:36:59 +01:00
</Project>