OSMServer/OSMDatastructure/OSMDatastructure.csproj
2023-02-06 17:32:55 +01:00

14 lines
336 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\Geo-Graph\Geo-Graph\Geo-Graph.csproj" />
</ItemGroup>
</Project>