Skip to content

Commit

Permalink
Merge pull request #9634 from pavel-purma/dev/9.0.0-test
Browse files Browse the repository at this point in the history
Set default LangVersion to 12
  • Loading branch information
singhashish-wpf committed Aug 23, 2024
2 parents ae27086 + 90d26b9 commit 0264421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/WpfArcadeSdk/Sdk/Sdk.props
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PropertyGroup>
<GenXmlStringTable>$(WpfArcadeSdkToolsDir)GenXmlStringTable.pl</GenXmlStringTable>
<LangVersion Condition="'$(LangVersion)'=='' and ($(PreReleaseVersionLabel.Contains('rc')) or $(PreReleaseVersionLabel.Contains('preview')) or $(PreReleaseVersionLabel.Contains('alpha')))">preview</LangVersion>
<LangVersion Condition="'$(LangVersion)'==''">11</LangVersion>
<LangVersion Condition="'$(LangVersion)'==''">12</LangVersion>
<CLSCompliant Condition="'$(CLSCompliant)'==''">true</CLSCompliant>
<IncludeDllSafeSearchPathAttribute Condition="'$(IncludeDllSafeSearchPathAttribute )'==''">true</IncludeDllSafeSearchPathAttribute>

Expand Down

0 comments on commit 0264421

Please sign in to comment.