Skip to content

Commit e780641

Browse files
committed
Bump the .NET SDK and allow using a more recent version than the one listed in global.json
1 parent 5981214 commit e780641

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

global.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
{
22
"sdk": {
3-
"version": "7.0.100"
3+
"version": "7.0.304",
4+
"allowPrerelease": true,
5+
"rollForward": "major"
46
},
57

68
"tools": {
7-
"dotnet": "7.0.100"
9+
"dotnet": "7.0.304"
810
},
911

1012
"msbuild-sdks": {

0 commit comments

Comments
 (0)