Skip to content

Commit

Permalink
build(deps): bump Microsoft.EntityFrameworkCore from 5.0.9 to 5.0.10 (#…
Browse files Browse the repository at this point in the history
…29)

Bumps [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) from 5.0.9 to 5.0.10.
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](dotnet/efcore@v5.0.9...v5.0.10)

---
updated-dependencies:
- dependency-name: Microsoft.EntityFrameworkCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 20, 2021
1 parent 3162c92 commit a7b20b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Shared/Shared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageReference Include="ClosedXML" Version="0.95.4"/>
<PackageReference Include="EFCore.NamingConventions" Version="5.0.2"/>
<PackageReference Include="MediatR" Version="9.0.0"/>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.9"/>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.10"/>
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion test/Shared.Test/Shared.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.9"/>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.10"/>
<PackageReference Include="Moq" Version="4.16.1"/>
<PackageReference Include="MySql.EntityFrameworkCore" Version="5.0.3.1"/>
<PackageReference Include="NUnit" Version="3.13.2"/>
Expand Down

0 comments on commit a7b20b1

Please sign in to comment.