DotRecastNetSim/src/DotRecast.Core/DotRecast.Core.csproj

13 lines
336 B
XML
Raw Normal View History

2023-03-14 08:02:43 +03:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2023-03-16 19:09:10 +03:00
<TargetFramework>netstandard2.1</TargetFramework>
2023-03-14 08:02:43 +03:00
</PropertyGroup>
2023-03-16 19:48:49 +03:00
2023-03-16 19:09:10 +03:00
<ItemGroup>
2023-03-25 09:43:20 +03:00
<PackageReference Include="System.Collections.Immutable" Version="7.0.0" />
<PackageReference Include="System.Text.Json" Version="7.0.2" />
2023-03-16 19:09:10 +03:00
</ItemGroup>
2023-03-14 08:02:43 +03:00
</Project>