Install Microsoft.EntityFrameworkCore.Design NuGet package 9.0.3 version in the Console project.

dotnet add package Microsoft.EntityFrameworkCore.Design --version 9.0.3
This commit is contained in:
Kevin Matsubara 2025-04-04 17:12:49 +02:00
parent f1c4f4dda4
commit a1b318e8bc

View File

@ -7,4 +7,11 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.3">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>
</Project>