Update projects to C# 11 (#13111)

This commit is contained in:
DrSmugleaf
2022-12-20 12:33:57 +01:00
committed by GitHub
parent b373918600
commit cd803a82bd
7 changed files with 7 additions and 7 deletions

View File

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