diff --git a/Properties/launchSettings.json b/Properties/launchSettings.json deleted file mode 100644 index 999fff1..0000000 --- a/Properties/launchSettings.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "iisSettings": { - "windowsAuthentication": false, - "anonymousAuthentication": true, - "iisExpress": { - "applicationUrl": "http://localhost:55543", - "sslPort": 44383 - } - }, - "profiles": { - "IIS Express": { - "commandName": "IISExpress", - "launchBrowser": true, - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - } - }, - "WebApplication": { - "commandName": "Project", - "dotnetRunMessages": "true", - "launchBrowser": true, - "applicationUrl": "http://localhost:55543;http://localhost:55543", - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - } - } - } -}