.NET 7.0.x -> .NET 8.0.x #4

Merged
DTieman merged 4 commits from dotnet-upgrade into developmaunt 2024-07-14 13:22:01 +00:00
Showing only changes of commit b1083be1e7 - Show all commits

View File

@@ -12,7 +12,7 @@
"http": { "http": {
"commandName": "Project", "commandName": "Project",
"dotnetRunMessages": true, "dotnetRunMessages": true,
"launchBrowser": true, "launchBrowser": false,
"launchUrl": "swagger", "launchUrl": "swagger",
"applicationUrl": "http://localhost:5039", "applicationUrl": "http://localhost:5039",
"environmentVariables": { "environmentVariables": {
@@ -22,7 +22,7 @@
"https": { "https": {
"commandName": "Project", "commandName": "Project",
"dotnetRunMessages": true, "dotnetRunMessages": true,
"launchBrowser": true, "launchBrowser": false,
"launchUrl": "swagger", "launchUrl": "swagger",
"applicationUrl": "https://localhost:7037;http://localhost:5039", "applicationUrl": "https://localhost:7037;http://localhost:5039",
"environmentVariables": { "environmentVariables": {
@@ -31,7 +31,7 @@
}, },
"IIS Express": { "IIS Express": {
"commandName": "IISExpress", "commandName": "IISExpress",
"launchBrowser": true, "launchBrowser": false,
"launchUrl": "swagger", "launchUrl": "swagger",
"environmentVariables": { "environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development" "ASPNETCORE_ENVIRONMENT": "Development"