Skip to content

Commit 8192c1c

Browse files
[Infra] Try to fix .NET install
Use `latestMajor` instead of `latestFeature` to see if that fixes it.
1 parent da4875f commit 8192c1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"sdk": {
33
"version": "10.0.100-rc.1.25451.107",
44
"allowPrerelease": false,
5-
"rollForward": "latestFeature",
5+
"rollForward": "latestMajor",
66
"paths": [ ".dotnet", "$host$" ],
77
"errorMessage": "The required version of the .NET SDK could not be found."
88
}

0 commit comments

Comments
 (0)