Files
Shogi/Benchmarking/Benchmarking.csproj
Lucas Morgan cf3fbbbc1d nuget updates
remove unused CouchDB project
upgrade to .net 6
2021-11-14 11:30:59 -06:00

14 lines
311 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
<OutputType>Exe</OutputType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.13.1" />
</ItemGroup>
</Project>