diff --git a/samples/SKIT.FlurlHttpClient.Wechat.Api.Sample_Net6/Properties/launchSettings.json b/samples/SKIT.FlurlHttpClient.Wechat.Api.Sample_Net6/Properties/launchSettings.json index a95f2008..3d89fa38 100644 --- a/samples/SKIT.FlurlHttpClient.Wechat.Api.Sample_Net6/Properties/launchSettings.json +++ b/samples/SKIT.FlurlHttpClient.Wechat.Api.Sample_Net6/Properties/launchSettings.json @@ -1,11 +1,11 @@ -{ +{ "$schema": "http://json.schemastore.org/launchsettings.json", "profiles": { - "SKIT.FlurlHttpClient.Wechat.Api.Sample_Net5": { + "SKIT.FlurlHttpClient.Wechat.Api.Sample_Net6": { "commandName": "Project", - "dotnetRunMessages": "true", + "dotnetRunMessages": true, "launchBrowser": false, - "applicationUrl": "http://localhost:5000", + "applicationUrl": "https://localhost:5001;http://localhost:5000", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } diff --git a/samples/SKIT.FlurlHttpClient.Wechat.TenpayV3.Sample_Net6/Properties/launchSettings.json b/samples/SKIT.FlurlHttpClient.Wechat.TenpayV3.Sample_Net6/Properties/launchSettings.json index 309db620..05da420b 100644 --- a/samples/SKIT.FlurlHttpClient.Wechat.TenpayV3.Sample_Net6/Properties/launchSettings.json +++ b/samples/SKIT.FlurlHttpClient.Wechat.TenpayV3.Sample_Net6/Properties/launchSettings.json @@ -1,11 +1,10 @@ -{ +{ "$schema": "http://json.schemastore.org/launchsettings.json", "profiles": { - "SKIT.FlurlHttpClient.Wechat.TenpayV3.Sample_Net5": { + "SKIT.FlurlHttpClient.Wechat.TenpayV3.Sample_Net6": { "commandName": "Project", - "dotnetRunMessages": "true", - "launchBrowser": true, - "launchUrl": "weatherforecast", + "dotnetRunMessages": true, + "launchBrowser": false, "applicationUrl": "https://localhost:5001;http://localhost:5000", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development"