Skip to content

Commit 8446710

Browse files
[Infra] Try to fix .NET install
See if additional properties fix setup-dotnet. Might be a weird quirk of the action when it's an RC not a preview.
1 parent 3e6d25d commit 8446710

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

global.json

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

0 commit comments

Comments
 (0)