Fixed a windows-specific issue

This commit is contained in:
MiskolcziRichard
2024-04-28 14:56:14 +02:00
parent e8c93cb348
commit bcff26a17c

View File

@@ -1,4 +1,4 @@
{ {
"$schema": "http://json.schemastore.org/launchsettings.json", "$schema": "http://json.schemastore.org/launchsettings.json",
"iisSettings": { "iisSettings": {
"windowsAuthentication": false, "windowsAuthentication": false,
@@ -9,14 +9,6 @@
} }
}, },
"profiles": { "profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"WD7UVN_HFT_2023241.Endpoint": { "WD7UVN_HFT_2023241.Endpoint": {
"commandName": "Project", "commandName": "Project",
"dotnetRunMessages": "true", "dotnetRunMessages": "true",