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: 2bddd26bf7d0f04218f8ccea343753ab844d8780 (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
31
32
33
34
35
{
  "sdk": {
    "version": "6.0.111"
  },
  "tools": {
    "dotnet": "6.0.111",
    "runtimes": {
      "dotnet/x64": [
        "2.1.30",
        "$(MicrosoftNETCoreBrowserDebugHostTransportVersion)"
      ],
      "dotnet/x86": [
        "$(MicrosoftNETCoreBrowserDebugHostTransportVersion)"
      ],
      "aspnetcore/x64": [
        "3.1.31"
      ]
    },
    "Git": "2.22.0",
    "jdk": "11.0.3",
    "vs": {
      "version": "16.8",
      "components": [
        "Microsoft.VisualStudio.Component.VC.ATL",
        "Microsoft.VisualStudio.Component.VC.Tools.x86.x64"
      ]
    },
    "xcopy-msbuild": "16.5.0-alpha"
  },
  "msbuild-sdks": {
    "Yarn.MSBuild": "1.22.10",
    "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.22558.7",
    "Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.22558.7"
  }
}