From a1b318e8bcf17e2e774d26d8bec7ad0ffd00c849 Mon Sep 17 00:00:00 2001 From: Kevin Matsubara Date: Fri, 4 Apr 2025 17:12:49 +0200 Subject: [PATCH] Install Microsoft.EntityFrameworkCore.Design NuGet package 9.0.3 version in the Console project. dotnet add package Microsoft.EntityFrameworkCore.Design --version 9.0.3 --- .../EntityFrameworkCore.Console.csproj | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/EntityFrameworkCore.Console/EntityFrameworkCore.Console.csproj b/EntityFrameworkCore.Console/EntityFrameworkCore.Console.csproj index fd4bd08..f32d33c 100644 --- a/EntityFrameworkCore.Console/EntityFrameworkCore.Console.csproj +++ b/EntityFrameworkCore.Console/EntityFrameworkCore.Console.csproj @@ -7,4 +7,11 @@ enable + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + +