Skip to content

Commit f48ab82

Browse files
Fix langversion
1 parent 847a4e4 commit f48ab82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msbuild/props/SixLabors.Global.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262

6363
<!-- Compilation settings that explicitly differ from the Sdk.props/targets defaults -->
6464
<PropertyGroup>
65-
<LangVersion Condition="'$(LangVersion)' == ''">9.0</LangVersion>
65+
<LangVersion>9.0</LangVersion>
6666
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
6767
<Features>strict;IOperation</Features>
6868
<HighEntropyVA>true</HighEntropyVA>

0 commit comments

Comments
 (0)