Skip to content

Commit

Permalink
Bump the .NET SDK and allow using a more recent version than the one …
Browse files Browse the repository at this point in the history
…listed in global.json
  • Loading branch information
kevinchalet committed Jun 18, 2023
1 parent 5981214 commit e780641
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"sdk": {
"version": "7.0.100"
"version": "7.0.304",
"allowPrerelease": true,
"rollForward": "major"
},

"tools": {
"dotnet": "7.0.100"
"dotnet": "7.0.304"
},

"msbuild-sdks": {
Expand Down

0 comments on commit e780641

Please sign in to comment.