Conversation
There was a problem hiding this comment.
Dependency Update Review: Aspire 13.1.1 → 13.1.2
This is a straightforward patch-level bump of all Aspire packages across 6 files. The changes are mechanical and correct.
Notable Fix in 13.1.2
The 13.1.2 release includes: "Fix template version parsing for .NET 10.0 SDK separator change" (#14698). Since TUnit multi-targets net8.0;net9.0;net10.0, this fix is directly relevant and makes this bump worthwhile beyond just routine maintenance.
Observation: Mixed Version Management
The diff shows two patterns in use:
- Central package management (
Directory.Packages.props): OnlyAspire.Hosting.Testingis managed here. - Inline versions (template and example
.csprojfiles): The remaining 8 Aspire packages pin versions directly in project files.
This isn't a blocking concern for a Renovate-managed PR, but it means updates require touching multiple files rather than a single Directory.Packages.props entry. If version drift between templates/examples becomes a maintenance burden, consolidating all Aspire package versions into central package management would make future updates a single-file change. That said, template content projects are often intentionally standalone, so the current approach is defensible.
Summary
Changes look correct and complete — all 9 packages are consistently bumped to 13.1.2 across all affected projects. The .NET 10 template parsing fix makes this a recommended update. Approve.
This PR contains the following updates:
13.1.1→13.1.213.1.1→13.1.213.1.1→13.1.213.1.1→13.1.213.1.1→13.1.213.1.1→13.1.213.1.1→13.1.213.1.1→13.1.213.1.1→13.1.2Release Notes
dotnet/aspire (Aspire.AppHost.Sdk)
v13.1.2: Aspire 13.1.2What's Changed
Full Changelog: dotnet/aspire@v13.1.1...v13.1.2
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.
This PR has been generated by Renovate Bot.