Skip to content

Commit

Permalink
Set LangVersion to 12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahStolk committed Jan 10, 2024
1 parent e10e35b commit aeebfd6
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 @@ -9,7 +9,7 @@
<ImplicitUsings>true</ImplicitUsings>
<InvariantGlobalization>true</InvariantGlobalization>
<WarningsAsErrors>nullable</WarningsAsErrors>
<LangVersion>11.0</LangVersion>
<LangVersion>12.0</LangVersion>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<RuntimeIdentifiers>win-x64;linux-x64</RuntimeIdentifiers>
</PropertyGroup>
Expand Down

0 comments on commit aeebfd6

Please sign in to comment.