Skip to content

Commit 444c778

Browse files
Youssef1313nohwnd
andauthored
Use sdk.paths in global.json (#15258)
Co-authored-by: Jakub Jareš <me@jakubjares.com>
1 parent 69c0829 commit 444c778

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

global.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
22
"sdk": {
33
"version": "10.0.100-preview.7.25372.107",
4+
"paths": [
5+
".dotnet",
6+
"$host$"
7+
],
8+
"errorMessage": "The .NET SDK could not be found, please run ./build.cmd on Windows or ./build.sh on Linux and macOS.",
49
"rollForward": "minor",
510
"allowPrerelease": false,
611
"architecture": "x64"

0 commit comments

Comments
 (0)