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

.vsconfig « ProjectTemplates « src - github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 77009588dff2c1498ec66d5fa08a5c0f05a54f41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "version": "1.0",
  "components": [
    "Microsoft.Net.Component.4.6.2.TargetingPack",
    "Microsoft.Net.Component.4.7.2.SDK",
    "Microsoft.Net.Component.4.7.2.TargetingPack",
    "Microsoft.VisualStudio.Workload.ManagedDesktop",
    "Microsoft.VisualStudio.Workload.NetCoreTools",
    "Microsoft.VisualStudio.Workload.NetWeb",
    "Microsoft.VisualStudio.Workload.VisualStudioExtension"
  ]
}