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: 38cc0a53913a43f00ffd60917116d4c7c7c08ecf (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
{
  "sdk": {
    "version": "8.0.100-alpha.1.22531.1"
  },
  "tools": {
    "dotnet": "8.0.100-alpha.1.22531.1",
    "runtimes": {
      "dotnet/x86": [
        "$(MicrosoftNETCoreBrowserDebugHostTransportVersion)"
      ],
      "dotnet": [
        "$(MicrosoftNETCoreBrowserDebugHostTransportVersion)"
      ]
    },
    "Git": "2.22.0",
    "jdk": "11.0.3",
    "vs": {
      "version": "17.2",
      "components": [
        "Microsoft.VisualStudio.Component.VC.ATL",
        "Microsoft.VisualStudio.Component.VC.ATL.ARM64",
        "Microsoft.VisualStudio.Component.VC.Tools.ARM64",
        "Microsoft.VisualStudio.Component.VC.Tools.x86.x64"
      ]
    },
    "xcopy-msbuild": "17.1.0"
  },
  "msbuild-sdks": {
    "Yarn.MSBuild": "1.22.10",
    "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22554.2",
    "Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.22554.2"
  }
}