Skip to content

Commit 2f1f30c

Browse files
authored
Update global.json to allow hosts to transparently use repo-local global.json
1 parent ea282bf commit 2f1f30c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

global.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
22
"sdk": {
3-
"version": "10.0.100-preview.6.25315.102"
3+
"version": "10.0.100-preview.6.25315.102",
4+
"paths": [
5+
".dotnet",
6+
"$host$"
7+
],
8+
"errorMessage": "The .NET SDK is not installed or is not configured correctly. Please run ./build to install the correct SDK version locally."
49
},
510
"tools": {
611
"dotnet": "10.0.100-preview.6.25315.102",

0 commit comments

Comments
 (0)