Skip to content

Commit 8e2648b

Browse files
[Infra] Fix .NET install
Update globla.json so that actions/setup-dotnet works correctly with rc.1 vs preview.7.
1 parent 1d0ecd5 commit 8e2648b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

global.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"sdk": {
3-
"rollForward": "latestFeature",
4-
"version": "10.0.100-rc.1.25451.107"
3+
"version": "10.0.100-rc.1.25451.107",
4+
"allowPrerelease": false,
5+
"rollForward": "latestMajor",
6+
"paths": [ ".dotnet", "$host$" ],
7+
"errorMessage": "The required version of the .NET SDK could not be found."
58
}
69
}

0 commit comments

Comments
 (0)