chore: edit launchSettings.json of sample projects

This commit is contained in:
Fu Diwei 2023-03-12 23:22:26 +08:00
parent f187a420db
commit 14fb847f53
2 changed files with 8 additions and 9 deletions

View File

@ -1,11 +1,11 @@
{ {
"$schema": "http://json.schemastore.org/launchsettings.json", "$schema": "http://json.schemastore.org/launchsettings.json",
"profiles": { "profiles": {
"SKIT.FlurlHttpClient.Wechat.Api.Sample_Net5": { "SKIT.FlurlHttpClient.Wechat.Api.Sample_Net6": {
"commandName": "Project", "commandName": "Project",
"dotnetRunMessages": "true", "dotnetRunMessages": true,
"launchBrowser": false, "launchBrowser": false,
"applicationUrl": "http://localhost:5000", "applicationUrl": "https://localhost:5001;http://localhost:5000",
"environmentVariables": { "environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development" "ASPNETCORE_ENVIRONMENT": "Development"
} }

View File

@ -1,11 +1,10 @@
{ {
"$schema": "http://json.schemastore.org/launchsettings.json", "$schema": "http://json.schemastore.org/launchsettings.json",
"profiles": { "profiles": {
"SKIT.FlurlHttpClient.Wechat.TenpayV3.Sample_Net5": { "SKIT.FlurlHttpClient.Wechat.TenpayV3.Sample_Net6": {
"commandName": "Project", "commandName": "Project",
"dotnetRunMessages": "true", "dotnetRunMessages": true,
"launchBrowser": true, "launchBrowser": false,
"launchUrl": "weatherforecast",
"applicationUrl": "https://localhost:5001;http://localhost:5000", "applicationUrl": "https://localhost:5001;http://localhost:5000",
"environmentVariables": { "environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development" "ASPNETCORE_ENVIRONMENT": "Development"