Enable docker for the worker template #6817 (#7508)

This commit is contained in:
Chris Ross 2019-02-12 15:09:27 -08:00 committed by GitHub
parent 173b2f91fb
commit 8f72b87981
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -14,8 +14,7 @@
"icon": "vs-2017.3/Empty.png", "icon": "vs-2017.3/Empty.png",
"learnMoreLink": "https://go.microsoft.com/fwlink/?linkid=2072778", "learnMoreLink": "https://go.microsoft.com/fwlink/?linkid=2072778",
"uiFilters": [ "oneaspnet" ], "uiFilters": [ "oneaspnet" ],
"supportsDocker": false, "supportsDocker": true,
"legacyTemplateIdentity": "Microsoft.NetCore.CSharp.EmptyWorker",
"excludeLaunchSettings": false, "excludeLaunchSettings": false,
"minFullFrameworkVersion": "4.6.1" "minFullFrameworkVersion": "4.6.1"
} }