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: 4d099f3da173490e783604020772070172bf969d (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
{
  "$schema": "https://raw.githubusercontent.com/aspnet/BuildTools/release/2.1/tools/korebuild.schema.json",
  "channel": "release/2.1",
  "msbuildType": "full",
  "toolsets": {
    "nodejs": {
      "minVersion": "8.0",
      "required": true
    },
    "visualstudio": {
      "required": [
        "Windows"
      ],
      "includePrerelease": true,
      "versionRange": "[15.8, 16.0)",
      "requiredWorkloads": [
        "Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Win81",
        "Microsoft.VisualStudio.Component.VC.Tools.x86.x64",
        "Microsoft.VisualStudio.Component.VC.ATL",
        "Microsoft.VisualStudio.Component.Windows10SDK.17134"
      ]
    }
  }
}