Add supportedAuthentication for NoAuth in templates which have NoAuth (dotnet/aspnetcore#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

Commit migrated from dotnet/aspnetcore@8a368b5610
This commit is contained in:
Phil Henning 2018-04-04 18:10:04 -07:00 коммит произвёл Artak
Родитель 95fa23da3c
Коммит 354650de9c
3 изменённых файлов: 21 добавлений и 0 удалений

Просмотреть файл

@ -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",