Merge in 'release/5.0-preview8' changes

This commit is contained in:
dotnet-bot 2020-07-23 23:38:56 +00:00
commit dc3a8640b6
13 changed files with 26 additions and 13 deletions

View File

@ -26,6 +26,7 @@
},
"BlazorServerWeb-CSharp": {
"commandName": "Project",
"dotnetRunMessages": "true",
"launchBrowser": true,
//#if(RequiresHttps)
"applicationUrl": "https://localhost:5001;http://localhost:5000",

View File

@ -27,6 +27,7 @@
},
"ComponentsWebAssembly-CSharp": {
"commandName": "Project",
"dotnetRunMessages": "true",
"launchBrowser": true,
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
//#if(RequiresHttps)

View File

@ -22,6 +22,7 @@
},
"ComponentsWebAssembly-CSharp.Server": {
"commandName": "Project",
"dotnetRunMessages": "true",
"launchBrowser": true,
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
//#if(RequiresHttps)

View File

@ -1,11 +1,11 @@
{
"iisSettings": {
//#if (WindowsAuth)
"windowsAuthentication": true,
"anonymousAuthentication": false,
//#else
"windowsAuthentication": false,
"anonymousAuthentication": true,
//#if (WindowsAuth)
"windowsAuthentication": true,
"anonymousAuthentication": false,
//#else
"windowsAuthentication": false,
"anonymousAuthentication": true,
//#endif
"iisExpress": {
"applicationUrl": "http://localhost:8080",
@ -26,6 +26,7 @@
},
"Company.WebApplication1": {
"commandName": "Project",
"dotnetRunMessages": "true",
"launchBrowser": true,
//#if(NoHttps)
"applicationUrl": "http://localhost:5000",

View File

@ -21,6 +21,7 @@
},
"Company.WebApplication1": {
"commandName": "Project",
"dotnetRunMessages": "true",
"launchBrowser": true,
//#if(NoHttps)
"applicationUrl": "http://localhost:5000",

View File

@ -2,6 +2,7 @@
"profiles": {
"GrpcService-CSharp": {
"commandName": "Project",
"dotnetRunMessages": "true",
"launchBrowser": false,
"applicationUrl": "http://localhost:5000;https://localhost:5001",
"environmentVariables": {

View File

@ -31,6 +31,7 @@
},
"Company.WebApplication1": {
"commandName": "Project",
"dotnetRunMessages": "true",
"launchBrowser": true,
//#if(RequiresHttps)
"applicationUrl": "https://localhost:5001;http://localhost:5000",

View File

@ -31,6 +31,7 @@
},
"Company.WebApplication1": {
"commandName": "Project",
"dotnetRunMessages": "true",
"launchBrowser": true,
//#if(RequiresHttps)
"applicationUrl": "https://localhost:5001;http://localhost:5000",

View File

@ -1,12 +1,12 @@
{
"iisSettings": {
//#if (WindowsAuth)
"windowsAuthentication": true,
"anonymousAuthentication": false,
//#else
"windowsAuthentication": false,
"anonymousAuthentication": true,
//#endif
//#if (WindowsAuth)
"windowsAuthentication": true,
"anonymousAuthentication": false,
//#else
"windowsAuthentication": false,
"anonymousAuthentication": true,
//#endif
"iisExpress": {
"applicationUrl": "http://localhost:8080",
//#if(NoHttps)
@ -26,6 +26,7 @@
},
"Company.WebApplication1": {
"commandName": "Project",
"dotnetRunMessages": "true",
"launchBrowser": true,
//#if(NoHttps)
"applicationUrl": "http://localhost:5000",

View File

@ -28,6 +28,7 @@
},
"Company.WebApplication1": {
"commandName": "Project",
"dotnetRunMessages": "true",
"launchBrowser": true,
"launchUrl": "weatherforecast",
//#if(RequiresHttps)

View File

@ -28,6 +28,7 @@
},
"Company.WebApplication1": {
"commandName": "Project",
"dotnetRunMessages": "true",
"launchBrowser": true,
"launchUrl": "weatherforecast",
//#if(NoHttps)

View File

@ -2,6 +2,7 @@
"profiles": {
"Company.Application1": {
"commandName": "Project",
"dotnetRunMessages": "true",
"environmentVariables": {
"DOTNET_ENVIRONMENT": "Development"
}

View File

@ -2,6 +2,7 @@
"profiles": {
"Company.Application1": {
"commandName": "Project",
"dotnetRunMessages": "true",
"environmentVariables": {
"DOTNET_ENVIRONMENT": "Development"
}