From b4278245f07f9d0ce869cde5f7696b11c4fd6c48 Mon Sep 17 00:00:00 2001 From: Maurice Brand-Freitag Date: Mon, 12 Aug 2024 14:12:49 +0200 Subject: [PATCH] removed launchSettings --- tests/TestWebApi/Properties/launchSettings.json | 12 ------------ .../Properties/launchSettings.json | 12 ------------ 2 files changed, 24 deletions(-) delete mode 100644 tests/TestWebApi/Properties/launchSettings.json delete mode 100644 tests/TestWebApiWithControllers/Properties/launchSettings.json diff --git a/tests/TestWebApi/Properties/launchSettings.json b/tests/TestWebApi/Properties/launchSettings.json deleted file mode 100644 index 2a334b29..00000000 --- a/tests/TestWebApi/Properties/launchSettings.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "profiles": { - "TestWebApi": { - "commandName": "Project", - "launchBrowser": true, - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - }, - "applicationUrl": "https://localhost:54942;http://localhost:54943" - } - } -} \ No newline at end of file diff --git a/tests/TestWebApiWithControllers/Properties/launchSettings.json b/tests/TestWebApiWithControllers/Properties/launchSettings.json deleted file mode 100644 index a04402d6..00000000 --- a/tests/TestWebApiWithControllers/Properties/launchSettings.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "profiles": { - "TestWebApiWithControllers": { - "commandName": "Project", - "launchBrowser": true, - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - }, - "applicationUrl": "https://localhost:54944;http://localhost:54945" - } - } -} \ No newline at end of file