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 02d9559 commit 556b6b1Copy full SHA for 556b6b1
global.json
@@ -1,4 +1,14 @@
1
{
2
+ "sdk": {
3
+ "version": "10.0.100-preview.7.25322.101",
4
+ "allowPrerelease": true,
5
+ "rollForward": "latestFeature",
6
+ "paths": [
7
+ ".dotnet",
8
+ "$host$"
9
+ ],
10
+ "errorMessage": "The required .NET SDK wasn't found. Please run ./eng/common/dotnet.cmd/sh to install it."
11
+ },
12
"tools": {
13
"dotnet": "10.0.100-preview.7.25322.101",
14
"runtimes": {
@@ -18,9 +28,6 @@
18
28
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25358.102",
19
29
"Microsoft.Build.NoTargets": "3.7.56"
20
30
},
21
- "sdk": {
22
- "version": "10.0.100-preview.7.25322.101"
23
- },
24
31
"native-tools": {
25
32
"strawberry-perl": "5.38.0.1",
26
33
"net-framework-48-ref-assemblies": "0.0.0.1",
0 commit comments