We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b94ebc commit 847a4e4Copy full SHA for 847a4e4
msbuild/props/SixLabors.Global.props
@@ -62,7 +62,7 @@
62
63
<!-- Compilation settings that explicitly differ from the Sdk.props/targets defaults -->
64
<PropertyGroup>
65
- <LangVersion Condition="'$(LangVersion)' == ''">8.0</LangVersion>
+ <LangVersion Condition="'$(LangVersion)' == ''">9.0</LangVersion>
66
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
67
<Features>strict;IOperation</Features>
68
<HighEntropyVA>true</HighEntropyVA>
0 commit comments