global.json 623 字节
Newer Older
1 2
{
  "tools": {
3
    "dotnet": "5.0.100-preview.6.20323.1",
4 5 6
    "runtimes": {
      "dotnet": [
        "2.1.7",
7
        "$(MicrosoftNetCoreAppInternalVersion)"
8 9 10
      ]
    },
    "vs": {
11
      "version": "16.5"
12 13 14
    }
  },
  "msbuild-sdks": {
15 16
    "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20419.21",
    "Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.20419.21"
17
  },
18
  "sdk": {
19
    "version": "5.0.100-preview.6.20323.1"
20
  },
21 22 23
  "native-tools": {
    "strawberry-perl": "5.28.1.1-1",
    "net-framework-48-ref-assemblies": "0.0.0.1",
24
    "dotnet-api-docs_netcoreapp3.0": "0.0.0.2",
25
    "net-framework-472-iltools": "0.0.0.1"
26 27
  }
}