Skip to content

Commit

Permalink
➕ Add Microsoft.EntityFrameworkCore.Tools dependency in Sample project
Browse files Browse the repository at this point in the history
  • Loading branch information
furkandeveloper committed Aug 5, 2021
1 parent 35b82c3 commit 17abde2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions samples/IronHook.Web/IronHook.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
<ItemGroup>
<PackageReference Include="AspNetCore.MarkdownDocumenting" Version="2.1.2" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="5.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="5.0.8">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

</Project>

0 comments on commit 17abde2

Please sign in to comment.