Use ProjNET instead of ProjNet4GeoAPI

This commit is contained in:
ClemensFischer 2026-01-15 11:04:11 +01:00
parent 5334bb4ea6
commit 4420b3dd03
15 changed files with 135 additions and 71 deletions

View file

@ -9,7 +9,7 @@
<GeneratePackageOnBuild>$(GeneratePackage)</GeneratePackageOnBuild>
<PackageId>XAML.MapControl.MapProjections.WPF</PackageId>
<Title>$(AssemblyTitle)</Title>
<Description>Map projections library for XAML Map Control, based on ProjNET4GeoAPI</Description>
<Description>Map projections library for XAML Map Control, based on ProjNET</Description>
</PropertyGroup>
<ItemGroup>
@ -25,6 +25,6 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="ProjNET4GeoAPI" Version="1.4.1" />
<PackageReference Include="ProjNET" Version="2.1.0" />
</ItemGroup>
</Project>