Skip to content

Commit

Permalink
🚀 nuget: bump Microsoft.EntityFrameworkCore.Tools (#564)
Browse files Browse the repository at this point in the history
Bumps [Microsoft.EntityFrameworkCore.Tools](https://github.com/dotnet/efcore) from 7.0.11 to 7.0.13.
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](dotnet/efcore@v7.0.11...v7.0.13)

---
updated-dependencies:
- dependency-name: Microsoft.EntityFrameworkCore.Tools
  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] authored Oct 27, 2023
1 parent e1f064f commit 33e3728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AnniversaryReminder/AnniversaryReminder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
Include="Microsoft.EntityFrameworkCore.Sqlserver"
Version="7.0.13"
/>
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="7.0.11">
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="7.0.13">
<IncludeAssets
>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit 33e3728

Please sign in to comment.