57 lines
1.5 KiB
JSON
57 lines
1.5 KiB
JSON
{
|
|
"$schema": "http://json.schemastore.org/vs-2017.3.host",
|
|
"name": {
|
|
"text": "API",
|
|
"package": "{0CD94836-1526-4E85-87D3-FB5274C5AFC9}",
|
|
"id": "1013"
|
|
},
|
|
"description": {
|
|
"text": "A project template for creating an ASP.NET Core application with an example Controller for a RESTful HTTP service. This template can also be used for ASP.NET Core MVC Views and Controllers.",
|
|
"package": "{0CD94836-1526-4E85-87D3-FB5274C5AFC9}",
|
|
"id": "1014"
|
|
},
|
|
"order": 200,
|
|
"icon": "vs-2017.3/WebAPI.png",
|
|
"learnMoreLink": "https://go.microsoft.com/fwlink/?LinkID=784882",
|
|
"uiFilters": [ "oneaspnet" ],
|
|
"supportsDocker": true,
|
|
"isApi": true,
|
|
"usesOidc": true,
|
|
"legacyTemplateIdentity": "Microsoft.NetCore.CSharp.WebAPI",
|
|
"supportedAuthentications": [
|
|
{
|
|
"auth": "None",
|
|
"authenticationType": "NoAuth",
|
|
"allowUnsecured": true
|
|
},
|
|
{
|
|
"auth": "Individual",
|
|
"authenticationType": "IndividualAuth",
|
|
"b2cAuthenticationOptions": "CloudExisting"
|
|
},
|
|
{
|
|
"auth": "SingleOrg",
|
|
"authenticationType": "OrgAuth",
|
|
"orgAuthenticationOptions": "SSO"
|
|
},
|
|
{
|
|
"auth": "Windows",
|
|
"authenticationType": "WindowsAuth"
|
|
}
|
|
],
|
|
"ports": [
|
|
{
|
|
"name": "HttpPort",
|
|
"useHttps": false
|
|
},
|
|
{
|
|
"name": "HttpsPort",
|
|
"useHttps": true
|
|
}
|
|
],
|
|
"excludeLaunchSettings": false,
|
|
"azureReplyUrlPortName": "HttpsPort",
|
|
"minFullFrameworkVersion": "4.6.1",
|
|
"disableHttpsSymbol": "NoHttps"
|
|
}
|