Skip to content

Commit

Permalink
Update some .NET things (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
j3parker authored Jul 7, 2023
1 parent 89d1847 commit efe2e7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</PropertyGroup>

<PropertyGroup>
<LangVersion>9.0</LangVersion>
<LangVersion>11.0</LangVersion>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
</PropertyGroup>
</Project>
5 changes: 2 additions & 3 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"sdk": {
"version": "6.0.202",
"rollForward": "latestFeature",
"allowPrerelease": false
"version": "7.0.x",
"rollForward": "disable"
}
}

0 comments on commit efe2e7b

Please sign in to comment.