Skip to content

Commit 341ecf3

Browse files
Copilotdavidfowl
andauthored
Add sdk.paths and sdk.errorMessage to global.json (#11074)
* Initial plan * Add sdk.paths and sdk.errorMessage to global.json Co-authored-by: davidfowl <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: davidfowl <[email protected]>
1 parent b136cfc commit 341ecf3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

global.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
"sdk": {
33
"version": "10.0.100-preview.5.25277.114",
44
"rollForward": "major",
5-
"allowPrerelease": true
5+
"allowPrerelease": true,
6+
"paths": [ ".dotnet", "$host$" ],
7+
"errorMessage": "The .NET SDK could not be found. Run ./restore.sh (Linux/macOS) or ./restore.cmd (Windows) to install the local SDK."
68
},
79
"tools": {
810
"dotnet": "10.0.100-preview.5.25277.114",

0 commit comments

Comments
 (0)