Skip to content

Commit

Permalink
Bump Microsoft.EntityFrameworkCore from 6.0.4 to 6.0.5 (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed May 11, 2022
1 parent 4437430 commit 92a3dbc
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
<ItemGroup>
<PackageReference Include="Autofac" Version="6.3.0"/>
<PackageReference Include="FluentValidation.AspNetCore" Version="11.0.0"/>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.4"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.Abstractions" Version="6.0.4"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.4">
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.5"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.Abstractions" Version="6.0.5"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.5">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="6.0.4"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="6.0.5"/>
<PackageReference Include="Newtonsoft.Json" Version="13.0.1"/>
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="6.0.4"/>
<PackageReference Include="Vulder.SharedKernel" Version="0.1.13"/>
Expand Down

0 comments on commit 92a3dbc

Please sign in to comment.