Skip to content

Commit

Permalink
build(deps): add package reference to 'Microsoft.EntityFrameworkCore.…
Browse files Browse the repository at this point in the history
…Design' and 'MySql.EntityFrameworkCore'
  • Loading branch information
CarlosPavajeau committed Jun 6, 2021
1 parent ab347f8 commit 28eafbd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/Armory.Api/Armory.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,16 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="5.0.6">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="MySql.EntityFrameworkCore" Version="5.0.3.1" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="5.6.3" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Users\Users.csproj" />
</ItemGroup>

</Project>

0 comments on commit 28eafbd

Please sign in to comment.