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 e037b05 commit 52b2776Copy full SHA for 52b2776
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": {
@@ -10,9 +20,6 @@
20
]
21
}
22
},
- "sdk": {
- "version": "10.0.100-preview.7.25322.101"
15
- },
16
23
"msbuild-sdks": {
17
24
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25358.102",
18
25
"Microsoft.DotNet.CMake.Sdk": "10.0.0-beta.25358.102",
0 commit comments