From f72223374e9ca24089e7241db2bd5c54b9892335 Mon Sep 17 00:00:00 2001 From: Marcello Lamonaca Date: Thu, 4 Feb 2021 22:10:08 +0100 Subject: [PATCH] Generalize lauchsettings.json config notes --- .NET/ASP.NET/Configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.NET/ASP.NET/Configuration.md b/.NET/ASP.NET/Configuration.md index f38c75d..93cf9a8 100644 --- a/.NET/ASP.NET/Configuration.md +++ b/.NET/ASP.NET/Configuration.md @@ -149,7 +149,7 @@ Launch Settings & Deployement Settings. "ASPNETCORE_ENVIRONMENT": "Development" } }, - "BookListRazor": { + "": { "commandName": "Project", "dotnetRunMessages": "true", "launchBrowser": true,