global.json 375 字节
Newer Older
1
{
2
  "sdk": {
B
Brett V. Forsgren 已提交
3
    "version": "5.0.100",
4
    "rollForward": "minor"
5
  },
B
Brett V. Forsgren 已提交
6
  "tools": {
B
Brett V. Forsgren 已提交
7
    "dotnet": "5.0.100",
B
Brett V. Forsgren 已提交
8
    "vs": {
B
Brett V. Forsgren 已提交
9
      "version": "16.8",
B
Brett V. Forsgren 已提交
10 11 12
      "components": [
        "Microsoft.VisualStudio.Component.FSharp"
      ]
13
    }
B
Brett V. Forsgren 已提交
14 15
  },
  "msbuild-sdks": {
16
    "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21068.2",
B
Brett V. Forsgren 已提交
17 18
    "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19069.2"
  }
19
}