OSMServer/OSMDatastructure/OSMDatastructure.csproj

14 lines
336 B
XML
Raw Normal View History

2023-02-02 19:03:00 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
2023-02-06 17:32:55 +01:00
<ItemGroup>
<ProjectReference Include="..\..\Geo-Graph\Geo-Graph\Geo-Graph.csproj" />
</ItemGroup>
2023-02-02 19:03:00 +01:00
</Project>