From 1dccd9f5f7302b137e5ec285576bf1815611c9cd Mon Sep 17 00:00:00 2001 From: Anatolii Grynchuk Date: Sat, 2 May 2026 00:26:08 +0300 Subject: [PATCH] fix: add Serilog.Settings.Configuration to Api project Required for ReadFrom.Configuration extension method. Ref: IT-628 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .../HrynCo.NotificationService.Api.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/HrynCo.NotificationService.Api/HrynCo.NotificationService.Api.csproj b/HrynCo.NotificationService.Api/HrynCo.NotificationService.Api.csproj index 537ed15..5d2362b 100644 --- a/HrynCo.NotificationService.Api/HrynCo.NotificationService.Api.csproj +++ b/HrynCo.NotificationService.Api/HrynCo.NotificationService.Api.csproj @@ -9,6 +9,7 @@ +