Browse Source

change dotnetRunMessages to bool for launchSettings.json

pull/20847/head
王俊 1 year ago
parent
commit
ff2e0af2f7
  1. 2
      modules/setting-management/app/Volo.Abp.SettingManagement.DemoApp/Properties/launchSettings.json
  2. 2
      templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.Server.Mongo/Properties/launchSettings.json
  3. 2
      templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.Server/Properties/launchSettings.json
  4. 2
      templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.Server.Tiered/Properties/launchSettings.json
  5. 2
      templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.Server/Properties/launchSettings.json
  6. 2
      templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.WebApp.Tiered/Properties/launchSettings.json
  7. 2
      templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.WebApp/Properties/launchSettings.json
  8. 2
      templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Blazor.Server.Host/Properties/launchSettings.json
  9. 2
      test/AbpPerfTest/AbpPerfTest.WithAbp/Properties/launchSettings.json
  10. 2
      test/AbpPerfTest/AbpPerfTest.WithoutAbp/Properties/launchSettings.json

2
modules/setting-management/app/Volo.Abp.SettingManagement.DemoApp/Properties/launchSettings.json

@ -17,7 +17,7 @@
},
"Volo.Abp.SettingManagement.DemoApp": {
"commandName": "Project",
"dotnetRunMessages": "true",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "https://localhost:5001;http://localhost:5000",
"environmentVariables": {

2
templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.Server.Mongo/Properties/launchSettings.json

@ -17,7 +17,7 @@
},
"MyCompanyName.MyProjectName.Blazor.Server": {
"commandName": "Project",
"dotnetRunMessages": "true",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "https://localhost:44300/",
"environmentVariables": {

2
templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.Server/Properties/launchSettings.json

@ -17,7 +17,7 @@
},
"MyCompanyName.MyProjectName.Blazor.Server": {
"commandName": "Project",
"dotnetRunMessages": "true",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "https://localhost:44300/",
"environmentVariables": {

2
templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.Server.Tiered/Properties/launchSettings.json

@ -17,7 +17,7 @@
},
"MyCompanyName.MyProjectName.Blazor.Server.Tiered": {
"commandName": "Project",
"dotnetRunMessages": "true",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "https://localhost:44309/",
"environmentVariables": {

2
templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.Server/Properties/launchSettings.json

@ -17,7 +17,7 @@
},
"MyCompanyName.MyProjectName.Blazor.Server": {
"commandName": "Project",
"dotnetRunMessages": "true",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "https://localhost:44308/",
"environmentVariables": {

2
templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.WebApp.Tiered/Properties/launchSettings.json

@ -17,7 +17,7 @@
},
"MyCompanyName.MyProjectName.Blazor.WebApp.Tiered": {
"commandName": "Project",
"dotnetRunMessages": "true",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "https://localhost:44309/",
"environmentVariables": {

2
templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.WebApp/Properties/launchSettings.json

@ -17,7 +17,7 @@
},
"MyCompanyName.MyProjectName.Blazor.WebApp": {
"commandName": "Project",
"dotnetRunMessages": "true",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "https://localhost:44308/",
"environmentVariables": {

2
templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Blazor.Server.Host/Properties/launchSettings.json

@ -17,7 +17,7 @@
},
"MyCompanyName.MyProjectName.Blazor.Server.Host": {
"commandName": "Project",
"dotnetRunMessages": "true",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "https://localhost:44304/",
"environmentVariables": {

2
test/AbpPerfTest/AbpPerfTest.WithAbp/Properties/launchSettings.json

@ -17,7 +17,7 @@
},
"AbpPerfTest.WithAbp": {
"commandName": "Project",
"dotnetRunMessages": "true",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "https://localhost:5001;http://localhost:5000",
"environmentVariables": {

2
test/AbpPerfTest/AbpPerfTest.WithoutAbp/Properties/launchSettings.json

@ -17,7 +17,7 @@
},
"AbpPerfTest.WithoutAbp": {
"commandName": "Project",
"dotnetRunMessages": "true",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "https://localhost:5003;http://localhost:5002",
"environmentVariables": {

Loading…
Cancel
Save