Skip to content

Commit 0840855

Browse files
committed
Updated Benchmarks.csproj to use LangVersion 12
1 parent 167bd10 commit 0840855

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Benchmarks/Benchmarks.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<SignAssembly>true</SignAssembly>
66
<DefineConstants Condition=" '$(MonoRuntime)' == 'true' ">$(DefineConstants);MONO</DefineConstants>
77
<AssemblyOriginatorKeyFile>..\MimeKit\mimekit.snk</AssemblyOriginatorKeyFile>
8+
<LangVersion>12</LangVersion>
89
<IsPackable>false</IsPackable>
910
<OutputType>Exe</OutputType>
1011
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>

0 commit comments

Comments
 (0)