Skip to content

Commit e425003

Browse files
committed
Fix global.json. Version ranges are not supported in global.json, also, GitHub actions only supports the latestFeature option (see actions/setup-dotnet#448)
1 parent fca5ecd commit e425003

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: global.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"sdk": {
3-
"version": "7",
4-
"rollForward": "latestMinor",
3+
"version": "7.0.0",
4+
"rollForward": "latestFeature",
55
"allowPrerelease": false
66
}
77
}

0 commit comments

Comments
 (0)