aspnetcore/src/Microsoft.DotNet.Web.Projec.../content/StarterWeb-CSharp/.template.config/vs-2017.3.host.json

67 lines
1.8 KiB
JSON

{
"$schema": "http://json.schemastore.org/vs-2017.3.host",
"name": {
"text": "Web Application (Model-View-Controller)",
"package": "{0CD94836-1526-4E85-87D3-FB5274C5AFC9}",
"id": "1015"
},
"description": {
"text": "A project template for creating an ASP.NET Core application with example ASP.NET Core MVC Views and Controllers. This template can also be used for RESTful HTTP services.",
"package": "{0CD94836-1526-4E85-87D3-FB5274C5AFC9}",
"id": "1016"
},
"order": 300,
"icon": "vs-2017.3/WebApplication.png",
"learnMoreLink": "https://go.microsoft.com/fwlink/?LinkID=784881",
"uiFilters": [ "oneaspnet" ],
"supportsDocker": true,
"isApi": false,
"usesOidc": true,
"legacyTemplateIdentity": "Microsoft.NetCore.CSharp.StarterWeb",
"supportedAuthentications": [
{
"auth": "None",
"authenticationType": "NoAuth",
"allowUnsecured": true
},
{
"auth": "Individual",
"authenticationType": "IndividualAuth",
"b2cAuthenticationOptions": "CloudExisting"
},
{
"auth": "Individual",
"authenticationType": "IndividualAuth",
"b2cAuthenticationOptions": "Local"
},
{
"auth": "SingleOrg",
"authenticationType": "OrgAuth",
"orgAuthenticationOptions": "SSO"
},
{
"auth": "MultiOrg",
"authenticationType": "OrgAuth",
"orgAuthenticationOptions": "MultiOrg"
},
{
"auth": "Windows",
"authenticationType": "WindowsAuth"
}
],
"ports": [
{
"name": "HttpPort",
"useHttps": false
},
{
"name": "HttpsPort",
"useHttps": true
}
],
"excludeLaunchSettings": false,
"azureReplyUrlPortName": "HttpsPort",
"minFullFrameworkVersion": "4.6.1",
"disableHttpsSymbol": "NoHttps"
}