Coordinates/CoordinateSharp/CoordinateSharp.csproj

18 lines
616 B
XML
Raw Permalink Normal View History

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>
</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>