From ec700429aa92a69275f0410a466fdf3bf6b74eab Mon Sep 17 00:00:00 2001 From: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> Date: Thu, 5 Oct 2023 09:02:09 -1000 Subject: [PATCH] Delete fundamentals/aot/diagnostics/Rdg12/Properties directory --- .../Rdg12/Properties/launchSettings.json | 22 ------------------- 1 file changed, 22 deletions(-) delete mode 100644 fundamentals/aot/diagnostics/Rdg12/Properties/launchSettings.json diff --git a/fundamentals/aot/diagnostics/Rdg12/Properties/launchSettings.json b/fundamentals/aot/diagnostics/Rdg12/Properties/launchSettings.json deleted file mode 100644 index 42892af..0000000 --- a/fundamentals/aot/diagnostics/Rdg12/Properties/launchSettings.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "profiles": { - "Rdg12": { - "commandName": "Project", - "launchBrowser": true, - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - }, - "applicationUrl": "https://localhost:62225;http://localhost:62226" - }, - "WSL": { - "commandName": "WSL2", - "launchBrowser": true, - "launchUrl": "https://localhost:62225", - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development", - "ASPNETCORE_URLS": "https://localhost:62225;http://localhost:62226" - }, - "distributionName": "" - } - } -} \ No newline at end of file