forked from dotnet/fsharp
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathglobal.json
More file actions
29 lines (29 loc) · 689 Bytes
/
Copy pathglobal.json
File metadata and controls
29 lines (29 loc) · 689 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
27
28
29
{
"sdk": {
"version": "11.0.100-preview.6.26359.118",
"allowPrerelease": true,
"rollForward": "latestMinor",
"paths": [
".dotnet",
"$host$"
],
"errorMessage": "The .NET SDK could not be found, please run ./eng/common/dotnet.sh."
},
"test": {
"runner": "Microsoft.Testing.Platform"
},
"tools": {
"dotnet": "11.0.100-preview.6.26359.118",
"vs": {
"version": "18.0",
"components": [
"Microsoft.VisualStudio.Component.FSharp"
]
},
"xcopy-msbuild": "18.0.0"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26369.1",
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23255.2"
}
}