зеркало из https://github.com/dotnet/aspnetcore.git
Add supportedAuthentication for NoAuth in templates which have NoAuth (#443)
* Add supportedAuthentication for NoAuth in templates which have NoAuth This is to work around an issue in Visual Studio * Remove spurious , * Add supportedAuthentications to F# Web API vs-2017.3.host.json
This commit is contained in:
Родитель
52ffc89fef
Коммит
8a368b5610
|
@ -16,6 +16,13 @@
|
|||
"uiFilters": [ "oneaspnet" ],
|
||||
"supportsDocker": true,
|
||||
"legacyTemplateIdentity": "Microsoft.NetCore.CSharp.EmptyWeb",
|
||||
"supportedAuthentications": [
|
||||
{
|
||||
"auth": "None",
|
||||
"authenticationType": "NoAuth",
|
||||
"allowUnsecured": true
|
||||
}
|
||||
],
|
||||
"ports": [
|
||||
{
|
||||
"name": "HttpPort",
|
||||
|
|
|
@ -14,6 +14,13 @@
|
|||
"icon": "vs-2017.3/Empty.png",
|
||||
"learnMoreLink": "https://go.microsoft.com/fwlink/?LinkID=784883",
|
||||
"uiFilters": [ "oneaspnet" ],
|
||||
"supportedAuthentications": [
|
||||
{
|
||||
"auth": "None",
|
||||
"authenticationType": "NoAuth",
|
||||
"allowUnsecured": true
|
||||
}
|
||||
],
|
||||
"supportsDocker": true,
|
||||
"ports": [
|
||||
{
|
||||
|
|
|
@ -16,6 +16,13 @@
|
|||
"uiFilters": [ "oneaspnet" ],
|
||||
"supportsDocker": true,
|
||||
"isApi": true,
|
||||
"supportedAuthentications": [
|
||||
{
|
||||
"auth": "None",
|
||||
"authenticationType": "NoAuth",
|
||||
"allowUnsecured": true
|
||||
}
|
||||
],
|
||||
"ports": [
|
||||
{
|
||||
"name": "HttpPort",
|
||||
|
|
|
@ -16,6 +16,13 @@
|
|||
"uiFilters": [
|
||||
"oneaspnet"
|
||||
],
|
||||
"supportedAuthentications": [
|
||||
{
|
||||
"auth": "None",
|
||||
"authenticationType": "NoAuth",
|
||||
"allowUnsecured": true
|
||||
}
|
||||
],
|
||||
"ports": [
|
||||
{
|
||||
"name": "HttpPort",
|
||||
|
|
|
@ -16,6 +16,13 @@
|
|||
"uiFilters": [
|
||||
"oneaspnet"
|
||||
],
|
||||
"supportedAuthentications": [
|
||||
{
|
||||
"auth": "None",
|
||||
"authenticationType": "NoAuth",
|
||||
"allowUnsecured": true
|
||||
}
|
||||
],
|
||||
"ports": [
|
||||
{
|
||||
"name": "HttpPort",
|
||||
|
|
|
@ -16,6 +16,13 @@
|
|||
"uiFilters": [
|
||||
"oneaspnet"
|
||||
],
|
||||
"supportedAuthentications": [
|
||||
{
|
||||
"auth": "None",
|
||||
"authenticationType": "NoAuth",
|
||||
"allowUnsecured": true
|
||||
}
|
||||
],
|
||||
"ports": [
|
||||
{
|
||||
"name": "HttpPort",
|
||||
|
|
Загрузка…
Ссылка в новой задаче