chore(deps): update dotnet monorepo #463
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/dotnet-monorepo"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
9.0.2
->9.0.6
9.0.200
->9.0.301
8.0
->9.0
Release Notes
dotnet/aspnetcore (Microsoft.AspNetCore.Authentication.OpenIdConnect)
v9.0.6
Bug Fixes
The Forwarded Headers Middleware now ignores
X-Forwarded-Headers
sent from unknown proxies. This change improves security by ensuring that only trusted proxies can influence forwarded header values, preventing potential spoofing or misrouting issues.Dependency Updates
52204f7
to04ee1b4
(#61762)Updates the GoogleTest submodule to a newer commit, bringing in the latest improvements and bug fixes from the upstream project.
Updates internal build and infrastructure dependencies from the dotnet/arcade repository, ensuring compatibility and access to the latest build tools.
Refreshes dependencies from the dotnet/extensions repository, incorporating the latest features and fixes from the extensions libraries.
Further updates dependencies from dotnet/extensions, ensuring the project benefits from recent improvements and bug fixes.
Additional updates to build and infrastructure dependencies from dotnet/arcade, maintaining up-to-date tooling and build processes.
Miscellaneous
Updates the project version and branding to 9.0.6, reflecting the new release and ensuring version consistency across the codebase.
Incorporates various internal commits into the release/9.0 branch, ensuring that all relevant changes are included in this release.
This summary is generated and may contain inaccuracies. For complete details, please review the linked pull requests.
Full Changelog: v9.0.5...v9.0.6
v9.0.5
: .NET 9.0.5Release
What's Changed
24a9e94
to52204f7
by @dependabot in https://github.com/dotnet/aspnetcore/pull/61261Full Changelog: https://github.com/dotnet/aspnetcore/compare/v9.0.4...v9.0.5
v9.0.4
: .NET 9.0.4Release
What's Changed
e235eb3
to24a9e94
by @dependabot in https://github.com/dotnet/aspnetcore/pull/60678Full Changelog: https://github.com/dotnet/aspnetcore/compare/v9.0.3...v9.0.4
v9.0.3
: .NET 9.0.3Release
What's Changed
HtmlAttributePropertyHelper
to correctly follow theMetadataUpdateHandlerAttribute
contract by @github-actions in https://github.com/dotnet/aspnetcore/pull/599087d76a23
toe235eb3
by @dependabot in https://github.com/dotnet/aspnetcore/pull/60151Full Changelog: https://github.com/dotnet/aspnetcore/compare/v9.0.2...v9.0.3
dotnet/sdk (dotnet-sdk)
v9.0.301
Compare Source
Bug Fixes
Prevent Solution Folders Outside Solution Directory
The
sln-add
command now avoids adding solution folders that are outside the scope of the solution directory, ensuring better project organization and preventing accidental inclusion of unrelated folders.#48611
Static Web Assets Clean-up Improvement
Static web asset cache files are now properly tracked and deleted during the clean operation, preventing leftover files from cluttering the build output.
#48984
Technical Improvements
Ignore .slnx Files
The SDK now ignores
.slnx
files, reducing noise and potential confusion in solution management workflows.#48729
Update Test Template Translations
Test templates have updated translations, improving localization and making the SDK more accessible to non-English users.
#48902
Localized File Check-in
Automated localization updates have been applied, ensuring that the latest translations are included for a better global user experience.
#48907
Merging Internal Commits for Release Branch
Internal commits have been merged into the
release/9.0.3xx
branch, ensuring that all recent improvements and fixes are included in this release.#48931
Infrastructure
Rename CI Workflow File
The continuous integration workflow file has been renamed from
ci.yml
tosb-ci.yml
to improve clarity and maintain consistency in build automation scripts.#48955
Update Build Triggers
Build triggers have been updated to only target the
release/9.0.1xx
branch, streamlining the CI process and reducing unnecessary builds.#48960
Automated Branch Merge
The
release/9.0.2xx
branch has been automatically merged intorelease/9.0.3xx
, ensuring that all relevant changes are synchronized across release branches.#48856
Dependency Updates
dotnet/templating
release/9.0.2xx
andrelease/9.0.3xx
branches, bringing in the latest template improvements and fixes.#48556, #48859, #48976, #48992, #49046
dotnet/razor
release/9.0.2xx
andrelease/9.0.3xx
branches, ensuring the latest Razor tooling and runtime features are included.#48833, #48731, #48989, #49029
dotnet/msbuild
release/9.0.3xx
, providing the latest MSBuild enhancements and bug fixes.#48787
dotnet/arcade
release/9.0.2xx
andrelease/9.0.3xx
branches, improving build infrastructure and tooling.#48735, #48737, #48936, #48965, #49034
dotnet/scenario-tests
release/9.0.2xx
andrelease/9.0.3xx
branches, ensuring up-to-date scenario testing coverage.#48697, #48710, #48974, #49030
dotnet/roslyn
release/9.0.2xx
andrelease/9.0.3xx
branches, bringing in the latest C# and VB compiler improvements.#48751, #48895, #48937
dotnet/fsharp
release/9.0.3xx
, ensuring the latest F# language features and fixes are available.#48760
Miscellaneous
The SDK branding has been updated to reflect versions 9.0.301 and 9.0.205, ensuring accurate versioning and identification for this release.
#48852, #48851
This summary is generated and may contain inaccuracies. For complete details, please review the linked pull requests.
Full Changelog: v9.0.300...v9.0.301
v9.0.300
: .NET 9.0.5Compare Source
Release
What's Changed
2646152
by @dotnet-bot in https://github.com/dotnet/sdk/pull/468032658528
by @dotnet-bot in https://github.com/dotnet/sdk/pull/47010AddImplicitDefineConstants
afterPrepareForBuild
. by @github-actions in https://github.com/dotnet/sdk/pull/47790Full Changelog: https://github.com/dotnet/sdk/compare/v9.0.203...v9.0.300
v9.0.205
Compare Source
v9.0.204
Compare Source
v9.0.203
: .NET 9.0.4Compare Source
Release
What's Changed
Full Changelog: https://github.com/dotnet/sdk/compare/v9.0.201...v9.0.203
v9.0.202
Compare Source
v9.0.201
: .NET 9.0.3Compare Source
Release
What's Changed
..
by @edvilme in https://github.com/dotnet/sdk/pull/46456Full Changelog: https://github.com/dotnet/sdk/compare/v9.0.200...v9.0.201
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.
f5a18b5ead
to8b0855b16b
8b0855b16b
toc2da802bc9
c2da802bc9
to01393b5449
01393b5449
tod59380f319
Checkout
From your project repository, check out a new branch and test the changes.