Skip to content

Commit 022406d

Browse files
authored
chore: update global.json (#83)
changes: - updated `global.json` file
2 parents 44d66c9 + e20f649 commit 022406d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

global.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"sdk": {
3-
"version": "8.0.100",
4-
"allowPrerelease": true,
5-
"rollForward": "major"
6-
},
7-
"tools": {
8-
"dotnet": "8.0.100"
9-
}
10-
}
2+
"sdk": {
3+
"version": "8.0.200",
4+
"allowPrerelease": false,
5+
"rollForward": "latestPatch"
6+
},
7+
"tools": {
8+
"dotnet": "8.0.200"
9+
}
10+
}

0 commit comments

Comments
 (0)