This commit is contained in:
Zel
2025-01-24 09:48:12 +08:00
parent d9aa389dfe
commit 9dc85be2e9
7 changed files with 301 additions and 9 deletions
BIN
View File
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
View File
Binary file not shown.
+9 -9
View File
@@ -9,15 +9,15 @@
"dotnetRunMessages": true, "dotnetRunMessages": true,
"applicationUrl": "http://localhost:5088" "applicationUrl": "http://localhost:5088"
}, },
"https": { //"https": {
"commandName": "Project", // "commandName": "Project",
"launchBrowser": true, // "launchBrowser": true,
"environmentVariables": { // "environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development" // "ASPNETCORE_ENVIRONMENT": "Development"
}, // },
"dotnetRunMessages": true, // "dotnetRunMessages": true,
"applicationUrl": "https://localhost:7053;http://localhost:5088" // "applicationUrl": "http://localhost:7053;http://localhost:5088"
}, //},
"IIS Express": { "IIS Express": {
"commandName": "IISExpress", "commandName": "IISExpress",
"launchBrowser": true, "launchBrowser": true,
Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 894 B

+292
View File
File diff suppressed because one or more lines are too long