Skip to content

Commit

Permalink
C#11 is not available for .NET6.0
Browse files Browse the repository at this point in the history
This can be reverted when NUnit 4.2 is referenced.
  • Loading branch information
manfred-brands committed Jul 26, 2024
1 parent 093c90a commit f017e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PropertyGroup>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<Nullable>enable</Nullable>
<LangVersion>11.0</LangVersion>
<LangVersion>preview</LangVersion>
<!-- Counter intuitive, but this only enabled the pre-shipped analyzer, we configure them below -->
<EnableNETAnalyzers>false</EnableNETAnalyzers>
<EnforceCodeStyleInBuild>false</EnforceCodeStyleInBuild>
Expand Down

0 comments on commit f017e6d

Please sign in to comment.