Skip to content

Commit 81d3da0

Browse files
[Infra] Revert some global.json changes
Minimise diff and remove redundant changes.
1 parent 62157a4 commit 81d3da0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

global.json

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

0 commit comments

Comments
 (0)