Skip to content

Commit 0264421

Browse files
Merge pull request #9634 from pavel-purma/dev/9.0.0-test
Set default LangVersion to 12
2 parents ae27086 + 90d26b9 commit 0264421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/WpfArcadeSdk/Sdk/Sdk.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<PropertyGroup>
1616
<GenXmlStringTable>$(WpfArcadeSdkToolsDir)GenXmlStringTable.pl</GenXmlStringTable>
1717
<LangVersion Condition="'$(LangVersion)'=='' and ($(PreReleaseVersionLabel.Contains('rc')) or $(PreReleaseVersionLabel.Contains('preview')) or $(PreReleaseVersionLabel.Contains('alpha')))">preview</LangVersion>
18-
<LangVersion Condition="'$(LangVersion)'==''">11</LangVersion>
18+
<LangVersion Condition="'$(LangVersion)'==''">12</LangVersion>
1919
<CLSCompliant Condition="'$(CLSCompliant)'==''">true</CLSCompliant>
2020
<IncludeDllSafeSearchPathAttribute Condition="'$(IncludeDllSafeSearchPathAttribute )'==''">true</IncludeDllSafeSearchPathAttribute>
2121

0 commit comments

Comments
 (0)