can you listen? pls

This commit is contained in:
BuildTools
2020-07-25 20:28:48 +02:00
parent ed3aaab97e
commit aaec57bb56
29 changed files with 994 additions and 0 deletions

12
Datalaag/Datalaag.csproj Normal file
View File

@@ -0,0 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="GeoJSON.Net" Version="1.2.19" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
</ItemGroup>
</Project>