.NET 8 compatibility (#22461)

This commit is contained in:
Pieter-Jan Briers
2023-12-15 18:19:48 +01:00
committed by GitHub
parent 36658d9140
commit d0e77303dd
9 changed files with 10 additions and 10 deletions

View File

@@ -8,7 +8,7 @@
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>11</LangVersion>
<LangVersion>12</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.13.1" />