Skip to content

Commit

Permalink
Merge pull request #8239 from abpframework/fix-dbmigrations-privateas…
Browse files Browse the repository at this point in the history
…sets

Fix DbMigrations PrivateAssets
  • Loading branch information
hikalkan committed Mar 30, 2021
2 parents 0d365f9 + d90f984 commit 883b2c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="5.0.*">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
<PrivateAssets>compile; contentFiles; build; buildMultitargeting; buildTransitive; analyzers; native</PrivateAssets>
</PackageReference>
</ItemGroup>

Expand Down

0 comments on commit 883b2c7

Please sign in to comment.