Conversation
There was a problem hiding this comment.
Code Review: Aspire 13.2.0 → 13.2.1 Patch Bump
This is a clean, automated patch dependency update from Renovate. All 9 Aspire packages are consistently bumped to 13.2.1.
Changes look correct — the 13.2.1 release includes meaningful bug fixes (broken CLI bundles for ARM64/musl targets, dashboard URL fixes, launch profile env propagation). No API-breaking changes are expected in a patch release.
One Architectural Note (non-blocking)
The examples/CloudShop/ projects use hardcoded Version="..." attributes directly on <PackageReference> elements rather than relying on the central Directory.Packages.props. This means each Aspire bump requires updating both Directory.Packages.props and the individual example project files in lock-step.
The template files (TUnit.Templates/) are intentionally standalone (users copy them), so hardcoded versions there make sense. But the example projects under examples/ live within the same repo and could opt into central package management — this would reduce the number of files touched per dependency update from 7 to 2–3.
That said, this is a style/maintenance trade-off and not a correctness issue for this PR. Auto-merge is appropriate here.
Verdict: LGTM ✓ — consistent, complete update with no missed files.
This PR contains the following updates:
13.2.0→13.2.113.2.0→13.2.113.2.0→13.2.113.2.0→13.2.113.2.0→13.2.113.2.0→13.2.113.2.0→13.2.113.2.0→13.2.113.2.0→13.2.1Release Notes
microsoft/aspire (Aspire.AppHost.Sdk)
v13.2.1: Aspire 13.2.1.NET Aspire 13.2.1 Release Notes
Bug Fixes
producing broken bundles (#15529)
terminal mid-interaction (#15553)
(#15526)
Improvements
engines) with semver-aware conflict handling (#15123)
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.