OSMServer/Pathfinding/Pathfinding.csproj

18 lines
458 B
XML
Raw Normal View History

2023-02-03 23:35:22 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\OSMDatastructure\OSMDatastructure.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.Runtime.Serialization.Json" Version="4.3.0" />
2023-02-03 23:35:22 +01:00
</ItemGroup>
</Project>