Skip to content

Commit

Permalink
nuget-dressca: bump Microsoft.EntityFrameworkCore.SqlServer (#557)
Browse files Browse the repository at this point in the history
Bumps [Microsoft.EntityFrameworkCore.SqlServer](https://github.com/dotnet/efcore) from 6.0.21 to 6.0.24.
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](dotnet/efcore@v6.0.21...v6.0.24)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 9, 2023
1 parent 6895624 commit 02e60e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/Dressca/dressca-backend/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<PackageVersion Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.24" />
<PackageVersion Include="Microsoft.AspNetCore.SpaProxy" Version="6.0.24" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.21" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.21" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.24" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="6.0.0" />
<PackageVersion Include="Microsoft.Extensions.Logging" Version="6.0.0" />
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.4" />
Expand Down

0 comments on commit 02e60e4

Please sign in to comment.