forked from dotnet/winforms
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathglobal.json
More file actions
26 lines (26 loc) · 704 Bytes
/
global.json
File metadata and controls
26 lines (26 loc) · 704 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"tools": {
"dotnet": "10.0.100-preview.3.25201.16",
"runtimes": {
"dotnet/x64": [
"$(VSRedistCommonNetCoreSharedFrameworkx64100PackageVersion)"
],
"dotnet/x86": [
"$(VSRedistCommonNetCoreSharedFrameworkx64100PackageVersion)"
]
}
},
"sdk": {
"version": "10.0.100-preview.3.25201.16"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25257.112",
"Microsoft.DotNet.CMake.Sdk": "10.0.0-beta.25257.112",
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25257.112",
"FIX-85B6-MERGE-9C38-CONFLICT": "1.0.0",
"Microsoft.NET.Sdk.IL": "10.0.0-preview.5.25257.112"
},
"native-tools": {
"cmake": "latest"
}
}