Added GeoApiProjectionFactory

This commit is contained in:
Clemens 2022-01-19 23:40:05 +01:00
parent d7c45effc6
commit 5b9e5529f6
6 changed files with 106 additions and 4 deletions

View file

@ -24,6 +24,10 @@
<Compile Include="..\Shared\*.cs" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)'=='net48' or '$(TargetFramework)'=='net462'">
<Reference Include="System.Net.Http" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="ProjNET4GeoAPI" Version="1.4.1" />
</ItemGroup>