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