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 847a4e4 commit f48ab82Copy full SHA for f48ab82
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)' == ''">9.0</LangVersion>
+ <LangVersion>9.0</LangVersion>
66
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
67
<Features>strict;IOperation</Features>
68
<HighEntropyVA>true</HighEntropyVA>
0 commit comments