Merge pull request #8239 from abpframework/fix-dbmigrations-privateassets

Fix DbMigrations PrivateAssets
pull/8223/head^2
Halil İbrahim Kalkan 5 years ago committed by GitHub
commit 883b2c7255
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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>

Loading…
Cancel
Save