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

korebuild.json - github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 00276e9e20e953f620c8e303c496a53da8628666 (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
{
  "$schema": "https://raw.githubusercontent.com/aspnet/BuildTools/master/tools/korebuild.schema.json",
  "channel": "master",
  "msbuildType": "full",
  "toolsets": {
    "nodejs": {
      "minVersion": "10.0",
      "required": true
    },
    "visualstudio": {
      "required": [
        "Windows"
      ],
      "includePrerelease": true,
      "versionRange": "[16.0.28608.199, 17.0)",
      "requiredWorkloads": [
        "Microsoft.VisualStudio.Component.VC.ATL",
        "Microsoft.VisualStudio.Component.VC.Tools.x86.x64",
        "Microsoft.VisualStudio.Component.VC.v141.ATL",
        "Microsoft.VisualStudio.Component.VC.v141.x86.x64",
        "Microsoft.VisualStudio.Component.Windows10SDK.17134"
      ]
    }
  }
}