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": { "BlazorServerWeb-CSharp": {
"commandName": "Project", "commandName": "Project",
"dotnetRunMessages": "true",
"launchBrowser": true, "launchBrowser": true,
//#if(RequiresHttps) //#if(RequiresHttps)
"applicationUrl": "https://localhost:5001;http://localhost:5000", "applicationUrl": "https://localhost:5001;http://localhost:5000",

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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