We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69c0829 commit 444c778Copy full SHA for 444c778
global.json
@@ -1,6 +1,11 @@
1
{
2
"sdk": {
3
"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.",
9
"rollForward": "minor",
10
"allowPrerelease": false,
11
"architecture": "x64"
0 commit comments