Skip to content

deps: Bump Microsoft.EntityFrameworkCore and Microsoft.Extensions.DependencyInjection - #19

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/AbsenceManagementSystem/multi-6795a1ad90
Closed

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/AbsenceManagementSystem/multi-6795a1ad90

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 21, 2026

Copy link
Copy Markdown
Contributor

Updated Microsoft.EntityFrameworkCore from 6.0.0 to 7.0.20.

Release notes

Sourced from Microsoft.EntityFrameworkCore's releases.

7.0.20

Note: EF Core 7 is now out-of-support.

This is a patch release of EF Core 7.0 containing only updates to dependencies. There are no additional fixes in this release beyond those already shipped in EF Core 7.0.19.

7.0.19

Note: EF Core 7 is now out-of-support.

This is a patch release of EF Core 7.0 containing only updates to dependencies. There are no additional fixes in this release beyond those already shipped in EF Core 7.0.18.

7.0.18

This is a patch release of EF Core 7.0 containing only updates to dependencies. There are no additional fixes in this release beyond those already shipped in EF Core 7.0.17.

7.0.17

EF Core 7.0.17 is available on NuGet now. This is a patch release of EF Core 7 containing only important bug fixes:

7.0.16

EF Core 7.0.16 is available on NuGet now. This is a patch release of EF Core 7 containing only important bug fixes:

7.0.15

This is a patch release of EF Core 7.0 containing only updates to dependencies. There are no additional fixes in this release beyond those already shipped in EF Core 7.0.14.

7.0.14

This is a patch release of EF Core 7.0 containing only updates to dependencies. There are no additional fixes in this release beyond those already shipped in EF Core 7.0.13.

7.0.13

EF Core 7.0.13 is available on NuGet now. This is a patch release of EF Core 7 containing only important bug fixes:

And also the following bug fixes from EF Core 6.0.24:

7.0.12

This is a patch release of EF Core 7.0 containing only updates to dependencies. There are no additional fixes in this release beyond those already shipped in EF Core 7.0.11.

6.0.36

Release

What's Changed

Full Changelog: dotnet/efcore@v6.0.35...v6.0.36

6.0.35

Release

6.0.33

Release

6.0.32

This is a patch release of EF Core 6.0 containing only updates to dependencies. There are no additional fixes in this release beyond those already shipped in EF Core 6.0.31.

6.0.31

This is a patch release of EF Core 6.0 containing only updates to dependencies. There are no additional fixes in this release beyond those already shipped in EF Core 6.1.30.

6.0.30

This is a patch release of EF Core 6.0 containing only updates to dependencies. There are no additional fixes in this release beyond those already shipped in EF Core 6.1.29.

6.0.29

This is a patch release of EF Core 6.0 containing only updates to dependencies. There are no additional fixes in this release beyond those already shipped in EF Core 6.1.28.

6.0.28

This is a patch release of EF Core 6.0 containing only updates to dependencies. There are no additional fixes in this release beyond those already shipped in EF Core 6.1.27.

6.0.27

This is a patch release of EF Core 6.0 containing only updates to dependencies. There are no additional fixes in this release beyond those already shipped in EF Core 6.1.26.

6.0.26

This is a patch release of EF Core 6.0 containing only updates to dependencies. There are no additional fixes in this release beyond those already shipped in EF Core 6.1.25.

6.0.25

This is a patch release of EF Core 6.0 containing only updates to dependencies. There are no additional fixes in this release beyond those already shipped in EF Core 6.1.24.

6.0.24

EF Core 6.0.24 is available on NuGet now. This is a patch release of EF Core 6 containing only important bug fixes:

6.0.23

This is a patch release of EF Core 6.0 containing only updates to dependencies. There are no additional fixes in this release beyond those already shipped in EF Core 6.1.22.

Commits viewable in compare view.

Updated Microsoft.Extensions.DependencyInjection from 6.0.2 to 7.0.0.

Release notes

Sourced from Microsoft.Extensions.DependencyInjection's releases.

6.0.36

Release

What's Changed

Full Changelog: dotnet/runtime@v6.0.35...v6.0.36

6.0.35

Release

6.0.33

Release

6.0.32

Release

6.0.31

Release

6.0.30

Release

What's Changed

Full Changelog: dotnet/runtime@v6.0.29...v6.0.30

6.0.29

Release

6.0.27

Release

6.0.26

Release

6.0.25

Release

What's Changed

Full Changelog: dotnet/runtime@v6.0.24...v6.0.25

Commits viewable in compare view.

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

…endencyInjection

Bumps Microsoft.EntityFrameworkCore from 6.0.0 to 7.0.20
Bumps Microsoft.Extensions.DependencyInjection from 6.0.2 to 7.0.0

---
updated-dependencies:
- dependency-name: Microsoft.EntityFrameworkCore
  dependency-version: 7.0.20
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.Extensions.DependencyInjection
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update project dependencies label Sep 21, 2026
@dependabot @github

dependabot Bot commented on behalf of github Sep 21, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot @github

dependabot Bot commented on behalf of github Sep 21, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #24.

@dependabot dependabot Bot closed this Sep 21, 2026
@dependabot
dependabot Bot deleted the dependabot/nuget/AbsenceManagementSystem/multi-6795a1ad90 branch September 21, 2026 07:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update project dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants