Skip to content

Commit

Permalink
Use C# 13
Browse files Browse the repository at this point in the history
Set `LangVersion=preview` to use C# 13.
  • Loading branch information
martincostello committed Jun 1, 2024
1 parent 8f30d54 commit 1123872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<GenerateDocumentationFile>false</GenerateDocumentationFile>
<GenerateGitMetadata Condition=" '$(CI)' != '' and '$(GenerateGitMetadata)' == '' ">true</GenerateGitMetadata>
<ImplicitUsings>enable</ImplicitUsings>
<LangVersion>latest</LangVersion>
<LangVersion>preview</LangVersion>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<NeutralLanguage>en-US</NeutralLanguage>
<!-- TODO Re-enable when .NET 9 is stable -->
Expand Down

0 comments on commit 1123872

Please sign in to comment.