DotRecastNetSim/test/DotRecast.Benchmark/DotRecast.Benchmark.csproj

19 lines
475 B
XML
Raw Permalink Normal View History

2024-07-06 17:11:45 +03:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<IsPackable>false</IsPackable>
2024-07-06 17:11:45 +03:00
</PropertyGroup>
<ItemGroup>
2024-08-08 16:54:03 +03:00
<PackageReference Include="BenchmarkDotNet" Version="0.14.0" />
2024-07-06 17:11:45 +03:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\DotRecast.Core\DotRecast.Core.csproj" />
</ItemGroup>
</Project>