Skip to content

Commit d3a9b18

Browse files
committed
Disallow dotnet SDK major version roll forward
1 parent c607726 commit d3a9b18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"sdk": {
33
"version": "8.0.404",
4-
"rollForward": "latestMajor",
4+
"rollForward": "latestMinor",
55
"allowPrerelease": "false"
66
}
77
}

0 commit comments

Comments
 (0)