Get worker tempalte showing up in VS (#7478)

This commit is contained in:
Chris Ross 2019-02-11 20:25:17 -08:00 committed by GitHub
parent acd1cf3251
commit 05923e9151
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 23 deletions

View File

@ -3,7 +3,8 @@
"author": "Microsoft",
"classifications": [
"Common",
"Worker"
"Worker",
"Web"
],
"name": "Worker Service",
"generatorVersions": "[1.0.0.0-*)",

View File

@ -3,37 +3,19 @@
"name": {
"text": "Worker Service",
"package": "{0CD94836-1526-4E85-87D3-FB5274C5AFC9}",
"id": "1011"
"id": "1025"
},
"description": {
"text": "An empty project template for creating a worker service.",
"package": "{0CD94836-1526-4E85-87D3-FB5274C5AFC9}",
"id": "1012"
"id": "1026"
},
"order": 100,
"icon": "vs-2017.3/Empty.png",
"learnMoreLink": "https://go.microsoft.com/fwlink/?linkid=2072778",
"uiFilters": [ "oneaspnet" ],
"supportsDocker": true,
"supportsDocker": false,
"legacyTemplateIdentity": "Microsoft.NetCore.CSharp.EmptyWorker",
"supportedAuthentications": [
{
"auth": "None",
"authenticationType": "NoAuth",
"allowUnsecured": true
}
],
"ports": [
{
"name": "HttpPort",
"useHttps": false
},
{
"name": "HttpsPort",
"useHttps": true
}
],
"excludeLaunchSettings": false,
"minFullFrameworkVersion": "4.6.1",
"disableHttpsSymbol": "NoHttps"
"minFullFrameworkVersion": "4.6.1"
}