Welcome to mirror list, hosted at ThFree Co, Russian Federation.

global.json - github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dcba24801fe8495fb7cfe479a8ed1a4567aa2dfd (plain)
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
30
{
  "sdk": {
    "version": "3.0.100-preview8-013656"
  },
  "tools": {
    "dotnet": "3.0.100-preview8-013656",
    "runtimes": {
      "dotnet/x64": [
        "$(MicrosoftNETCoreAppRuntimeVersion)"
      ],
      "dotnet/x86": [
        "$(MicrosoftNETCoreAppRuntimeVersion)"
      ]
    },
    "jdk": "11.0.3",
    "vs": {
      "version": "16.0",
      "components": [
        "Microsoft.VisualStudio.Component.VC.ATL",
        "Microsoft.VisualStudio.Component.VC.Tools.x86.x64",
        "Microsoft.VisualStudio.Component.Windows10SDK.17134"
      ]
    }
  },
  "msbuild-sdks": {
    "Yarn.MSBuild": "1.15.2",
    "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19462.4",
    "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19462.4"
  }
}