chore(deps): update dotnet monorepo #31

Open
Renovate wants to merge 1 commit from renovate/dotnet-monorepo into main
Collaborator

This PR contains the following updates:

Package Type Update Change
Microsoft.AspNetCore.OpenApi (source) nuget patch 9.0.3 -> 9.0.4
Microsoft.EntityFrameworkCore (source) nuget patch 9.0.3 -> 9.0.4
mcr.microsoft.com/dotnet/aspnet stage digest 4f0ad31 -> c3aee4e
mcr.microsoft.com/dotnet/sdk final digest d7f4691 -> 9b0a433

Release Notes

dotnet/aspnetcore (Microsoft.AspNetCore.OpenApi)

v9.0.4: .NET 9.0.4

Release

What's Changed

Full Changelog: https://github.com/dotnet/aspnetcore/compare/v9.0.3...v9.0.4

dotnet/efcore (Microsoft.EntityFrameworkCore)

v9.0.4: .NET 9.0.4

Release

What's Changed

Full Changelog: https://github.com/dotnet/efcore/compare/v9.0.3...v9.0.4


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [Microsoft.AspNetCore.OpenApi](https://asp.net/) ([source](https://github.com/dotnet/aspnetcore)) | nuget | patch | `9.0.3` -> `9.0.4` | | [Microsoft.EntityFrameworkCore](https://docs.microsoft.com/ef/core/) ([source](https://github.com/dotnet/efcore)) | nuget | patch | `9.0.3` -> `9.0.4` | | [mcr.microsoft.com/dotnet/aspnet](https://github.com/dotnet/aspnetcore) | stage | digest | `4f0ad31` -> `c3aee4e` | | [mcr.microsoft.com/dotnet/sdk](https://github.com/dotnet/sdk) | final | digest | `d7f4691` -> `9b0a433` | --- ### Release Notes <details> <summary>dotnet/aspnetcore (Microsoft.AspNetCore.OpenApi)</summary> ### [`v9.0.4`](https://github.com/dotnet/aspnetcore/releases/tag/v9.0.4): .NET 9.0.4 [Release](https://github.com/dotnet/core/releases/tag/v9.0.4) #### What's Changed - Update branding to 9.0.4 by [@&#8203;vseanreesermsft](https://github.com/vseanreesermsft) in https://github.com/dotnet/aspnetcore/pull/60785 - \[release/9.0] Update dependencies from dotnet/extensions by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in https://github.com/dotnet/aspnetcore/pull/60445 - \[release/9.0] (deps): Bump src/submodules/googletest from `e235eb3` to `24a9e94` by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/dotnet/aspnetcore/pull/60678 - \[release/9.0] Update dependencies from dotnet/arcade by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in https://github.com/dotnet/aspnetcore/pull/60356 - Fix OpenAPI server URLs for Aspire scenarios by [@&#8203;captainsafia](https://github.com/captainsafia) in https://github.com/dotnet/aspnetcore/pull/60673 - Fix self-referential schema handling in collection schemas by [@&#8203;captainsafia](https://github.com/captainsafia) in https://github.com/dotnet/aspnetcore/pull/60410 - \[release/9.0] \[Blazor] Fix custom elements JS assets not being included in build output by [@&#8203;MackinnonBuck](https://github.com/MackinnonBuck) in https://github.com/dotnet/aspnetcore/pull/60858 - Merging internal commits for release/9.0 by [@&#8203;vseanreesermsft](https://github.com/vseanreesermsft) in https://github.com/dotnet/aspnetcore/pull/60880 **Full Changelog**: https://github.com/dotnet/aspnetcore/compare/v9.0.3...v9.0.4 </details> <details> <summary>dotnet/efcore (Microsoft.EntityFrameworkCore)</summary> ### [`v9.0.4`](https://github.com/dotnet/efcore/releases/tag/v9.0.4): .NET 9.0.4 [Release](https://github.com/dotnet/core/releases/tag/v9.0.4) #### What's Changed - Merge branch 'release/8.0' into 'release/8.0-staging' by [@&#8203;AndriySvyryd](https://github.com/AndriySvyryd) in https://github.com/dotnet/efcore/pull/35541 - Merging internal commits for release/8.0 by [@&#8203;vseanreesermsft](https://github.com/vseanreesermsft) in https://github.com/dotnet/efcore/pull/35621 - \[release/8.0] Update dependencies from dotnet/arcade by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in https://github.com/dotnet/efcore/pull/35633 - \[release/9.0] Update dependencies from dotnet/arcade by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in https://github.com/dotnet/efcore/pull/35634 - \[automated] Merge branch 'release/8.0' => 'release/9.0' by [@&#8203;github-actions](https://github.com/github-actions) in https://github.com/dotnet/efcore/pull/35626 - \[release/9.0-staging] Set the environment when executing Scaffold-DBContext by [@&#8203;AndriySvyryd](https://github.com/AndriySvyryd) in https://github.com/dotnet/efcore/pull/35693 - \[release/8.0-staging] Improve LoadExtension to work correctly with dotnet run and lib\* named libs by [@&#8203;roji](https://github.com/roji) in https://github.com/dotnet/efcore/pull/35718 - \[release/8.0-staging] Transform Span-based overloads to Enumerable in funcletizer by [@&#8203;roji](https://github.com/roji) in https://github.com/dotnet/efcore/pull/35720 - \[release/9.0-staging] Process Coalesce-simplified Convert node properly in funcletizer by [@&#8203;roji](https://github.com/roji) in https://github.com/dotnet/efcore/pull/35721 - \[release/9.0-staging] Improve LoadExtension to work correctly with dotnet run and lib\* named libs by [@&#8203;roji](https://github.com/roji) in https://github.com/dotnet/efcore/pull/35717 - \[release/9.0-staging] Transform Span-based overloads to Enumerable in funcletizer by [@&#8203;roji](https://github.com/roji) in https://github.com/dotnet/efcore/pull/35719 - Update branding to 8.0.15 by [@&#8203;vseanreesermsft](https://github.com/vseanreesermsft) in https://github.com/dotnet/efcore/pull/35738 - Update branding to 9.0.4 by [@&#8203;vseanreesermsft](https://github.com/vseanreesermsft) in https://github.com/dotnet/efcore/pull/35739 - Merge branch 'release/8.0-staging' => 'release/8.0' by [@&#8203;AndriySvyryd](https://github.com/AndriySvyryd) in https://github.com/dotnet/efcore/pull/35742 - Merge branch 'release/9.0-staging' => 'release/9.0' by [@&#8203;AndriySvyryd](https://github.com/AndriySvyryd) in https://github.com/dotnet/efcore/pull/35743 - \[automated] Merge branch 'release/8.0' => 'release/9.0' by [@&#8203;github-actions](https://github.com/github-actions) in https://github.com/dotnet/efcore/pull/35740 - Merging internal commits for release/9.0 by [@&#8203;vseanreesermsft](https://github.com/vseanreesermsft) in https://github.com/dotnet/efcore/pull/35766 - \[release/9.0] Update dependencies from dotnet/arcade by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in https://github.com/dotnet/efcore/pull/35781 **Full Changelog**: https://github.com/dotnet/efcore/compare/v9.0.3...v9.0.4 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMjIuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIyMi4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJLaW5kL1Jlbm92YXRlIl19-->
Renovate added the
Kind
Renovate
label 2025-04-08 14:31:42 -05:00
Renovate added 1 commit 2025-04-08 14:31:42 -05:00
Renovate force-pushed renovate/dotnet-monorepo from 33bc051389 to 1fea814077 2025-04-08 14:41:39 -05:00 Compare
Renovate changed title from chore(deps): update dependency microsoft.entityframeworkcore to 9.0.4 to chore(deps): update dotnet monorepo to 9.0.4 2025-04-08 14:41:41 -05:00
Renovate force-pushed renovate/dotnet-monorepo from 1fea814077 to cda86c9739 2025-04-08 15:41:40 -05:00 Compare
Renovate changed title from chore(deps): update dotnet monorepo to 9.0.4 to chore(deps): update dotnet monorepo 2025-04-08 15:41:42 -05:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/dotnet-monorepo:renovate/dotnet-monorepo
git checkout renovate/dotnet-monorepo

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout main
git merge --no-ff renovate/dotnet-monorepo
git checkout renovate/dotnet-monorepo
git rebase main
git checkout main
git merge --ff-only renovate/dotnet-monorepo
git checkout renovate/dotnet-monorepo
git rebase main
git checkout main
git merge --no-ff renovate/dotnet-monorepo
git checkout main
git merge --squash renovate/dotnet-monorepo
git checkout main
git merge --ff-only renovate/dotnet-monorepo
git checkout main
git merge renovate/dotnet-monorepo
git push origin main
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: cswimr/LookingGlass#31
No description provided.