From 40b4071eb5bb6a0b4913f04ca10006ca4aced987 Mon Sep 17 00:00:00 2001 From: Anatolii Grynchuk Date: Sat, 2 May 2026 02:20:23 +0300 Subject: [PATCH] fix: add Microsoft.EntityFrameworkCore.Design to Web project for dotnet-ef migrations Ref: IT-628 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .../HrynCo.NotificationService.Web.csproj | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/HrynCo.NotificationService.Web/HrynCo.NotificationService.Web.csproj b/HrynCo.NotificationService.Web/HrynCo.NotificationService.Web.csproj index e4c1d02..ad68963 100644 --- a/HrynCo.NotificationService.Web/HrynCo.NotificationService.Web.csproj +++ b/HrynCo.NotificationService.Web/HrynCo.NotificationService.Web.csproj @@ -8,6 +8,10 @@ + + all + runtime; build; native; contentfiles; analyzers; buildtransitive +