From dae84a9660ed572dc150e548eb71ac38a0efbf6e Mon Sep 17 00:00:00 2001 From: Sjory Date: Thu, 5 Dec 2024 13:23:12 +0100 Subject: Updated to .Net v8.0 since there was almost no development made except a few test. i startet from scratch with .Net 8.0 and made a Blazor (Auot - Server/Web app) --- Website/Website.Client/wwwroot/appsettings.Development.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Website/Website.Client/wwwroot/appsettings.Development.json (limited to 'Website/Website.Client/wwwroot/appsettings.Development.json') diff --git a/Website/Website.Client/wwwroot/appsettings.Development.json b/Website/Website.Client/wwwroot/appsettings.Development.json new file mode 100644 index 0000000..0c208ae --- /dev/null +++ b/Website/Website.Client/wwwroot/appsettings.Development.json @@ -0,0 +1,8 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft.AspNetCore": "Warning" + } + } +} -- cgit v1.3.1