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 ea282bf commit 2f1f30cCopy full SHA for 2f1f30c
global.json
@@ -1,6 +1,11 @@
1
{
2
"sdk": {
3
- "version": "10.0.100-preview.6.25315.102"
+ "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."
9
},
10
"tools": {
11
"dotnet": "10.0.100-preview.6.25315.102",
0 commit comments