global: switch to dotnet9

This commit is contained in:
Abdullah Atta
2025-12-15 22:58:25 +05:00
parent 8dd9d0dc62
commit 347507f00a
9 changed files with 25 additions and 11 deletions

View File

@@ -42,6 +42,12 @@ namespace Notesnook.API
public static IHostBuilder CreateHostBuilder(string[] args) =>
Host.CreateDefaultBuilder(args)
.ConfigureLogging(logging =>
{
logging.ClearProviders();
logging.AddConsole();
logging.AddSystemdConsole();
})
.ConfigureWebHostDefaults(webBuilder =>
{
webBuilder