chore(deps): update aspire to 13.4.0 by thomhurst · Pull Request #6145 · thomhurst/TUnit (original) (raw)
Review: Aspire 13.3.5 → 13.4.0 (Minor Bump)
This is a clean, automated Renovate dependency update. All 9 Aspire packages are bumped consistently across all consuming projects.
What was checked
- Version consistency: All Aspire packages move together from 13.3.5 → 13.4.0. No partial upgrades.
- Template projects:
TUnit.Templatesuses inlinePackageReferenceversions rather than centralDirectory.Packages.props— this is intentional and correct for templates (they need to be self-contained for users who copy them). - Non-Aspire package left alone:
Aspire.RabbitMQ.Client.v7stays at9.5.2— this is a separate versioning train (RabbitMQ protocol v7 client), not part of the Aspire 13.x family, so it's correct to leave it untouched. - Scope: Changes are purely mechanical version string replacements across
.csprojandDirectory.Packages.propsfiles. No logic, API, or behavior changes.
No concerns
This is a straightforward minor update with no breaking changes expected between 13.3.5 and 13.4.0. Safe to merge.