Skip to content

Commit 5291ac3

Browse files
committed
Real fix but it requires bumping version in two places.
1 parent 7746223 commit 5291ac3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

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": "10.0.100-rc.1.25411.109",
4-
"paths": [ ".dotnet", "src/ProjectTemplates/scripts/.dotnet", "$host$" ],
4+
"paths": [ ".dotnet", "$host$" ],
55
"errorMessage": "The .NET SDK could not be found, run ./restore.cmd or ./restore.sh first."
66
},
77
"tools": {

src/ProjectTemplates/global.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"sdk": {
3+
"version": "10.0.100-rc.1.25411.109",
4+
"paths": [ "scripts/.dotnet", "$host$" ],
5+
"errorMessage": "The .NET SDK could not be found, run ./restore.cmd or ./restore.sh first."
6+
}
7+
}

0 commit comments

Comments
 (0)