Skip to content

Commit

Permalink
chore(deps): Adiciona Microsoft.EntityFrameworkCore.Desing 7.0.0 para…
Browse files Browse the repository at this point in the history
… geração das Migrations
  • Loading branch information
renebentes committed Nov 8, 2022
1 parent 8353832 commit 1ea8b19
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Blog/Blog.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@

<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="7.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.0" />
</ItemGroup>

Expand Down

0 comments on commit 1ea8b19

Please sign in to comment.