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:
parent
f1c4f4dda4
commit
a1b318e8bc
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user