Skip to content

Commit

Permalink
Use the .NET 7 SDK and enable usage of C# 11
Browse files Browse the repository at this point in the history
  • Loading branch information
ap0llo committed Dec 22, 2022
1 parent 1923b4d commit ebbb75e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sdk": {
"version": "6.0.101"
"version": "7.0.101"
}
}
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<!-- Compiler settings-->
<PropertyGroup>
<LangVersion>9.0</LangVersion>
<LangVersion>11.0</LangVersion>
<Nullable>enable</Nullable>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
Expand Down

0 comments on commit ebbb75e

Please sign in to comment.