Skip to content

chore(deps): update microsoft.aspnetcore to 10.0.5#5147

Merged
thomhurst merged 1 commit intomainfrom
renovate/microsoft.aspnetcore
Mar 12, 2026
Merged

chore(deps): update microsoft.aspnetcore to 10.0.5#5147
thomhurst merged 1 commit intomainfrom
renovate/microsoft.aspnetcore

Conversation

@thomhurst
Copy link
Owner

This PR contains the following updates:

Package Type Update Change
Microsoft.AspNetCore.Authentication.JwtBearer (source) nuget patch 10.0.410.0.5
Microsoft.AspNetCore.Mvc.Testing (source) nuget patch 10.0.410.0.5
Microsoft.AspNetCore.OpenApi (source) nuget patch 10.0.410.0.5
Microsoft.AspNetCore.TestHost (source) nuget patch 10.0.410.0.5

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.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


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

This PR has been generated by Renovate Bot.

@thomhurst thomhurst added dependencies Pull requests that update a dependency file PATCH renovate-bot labels Mar 12, 2026
@thomhurst thomhurst enabled auto-merge (squash) March 12, 2026 20:15
Copy link
Contributor

@claude claude bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.JwtBearer
  • Microsoft.AspNetCore.Mvc.Testing
  • Microsoft.AspNetCore.OpenApi
  • Microsoft.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. ✅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file PATCH renovate-bot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants