chore(deps): update microsoft.aspnetcore to 10.0.5#5147
Conversation
There was a problem hiding this comment.
Code Review: Dependency Update (Microsoft.AspNetCore 10.0.4 → 10.0.5)
This is a clean patch-level dependency bump generated by Renovate Bot. No issues found.
Summary
All 4 packages are updated consistently across the repo:
Microsoft.AspNetCore.Authentication.JwtBearerMicrosoft.AspNetCore.Mvc.TestingMicrosoft.AspNetCore.OpenApiMicrosoft.AspNetCore.TestHost
Observations
Central package management (Directory.Packages.props) — versions are correctly updated here for packages managed centrally.
TUnit.AspNetCore.csproj per-framework overrides — the Version attribute is updated (e.g. Version="10.0.5" VersionOverride="8.0.0" for net8.0), but since VersionOverride controls the installed version in central package management, the Version change in those specific entries is semantically a no-op. This is arguably misleading — the Version attribute on a PackageReference with VersionOverride is not what gets resolved. That said, this is an existing pattern in the repo, and Renovate updating it consistently is reasonable for reducing visual drift. Not a blocker, but worth knowing.
Template projects — these correctly have hardcoded version numbers (expected for templates that don't participate in central package management).
Verdict
Straightforward, low-risk patch update. The auto-merge setup is appropriate for this kind of change. ✅
This PR contains the following updates:
10.0.4→10.0.510.0.4→10.0.510.0.4→10.0.510.0.4→10.0.5Configuration
📅 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.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Renovate Bot.