Skip to content

Commit

Permalink
Revert to LangVersion latest
Browse files Browse the repository at this point in the history
Revert back to using the latest version of C# instead of preview.
  • Loading branch information
martincostello committed Sep 10, 2024
1 parent c32c0b6 commit 7c65d13
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 @@ -27,7 +27,7 @@
<GenerateGitMetadata Condition=" '$(CI)' != '' and '$(GenerateGitMetadata)' == '' ">true</GenerateGitMetadata>
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
<ImplicitUsings>enable</ImplicitUsings>
<LangVersion>preview</LangVersion>
<LangVersion>latest</LangVersion>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<NeutralLanguage>en-US</NeutralLanguage>
<NoWarn>$(NoWarn);CS1591</NoWarn>
Expand Down

0 comments on commit 7c65d13

Please sign in to comment.