Skip to content

chore(deps): update aspire to 13.1.2#5010

Merged
thomhurst merged 1 commit intomainfrom
renovate/aspire
Feb 26, 2026
Merged

chore(deps): update aspire to 13.1.2#5010
thomhurst merged 1 commit intomainfrom
renovate/aspire

Conversation

@thomhurst
Copy link
Owner

This PR contains the following updates:

Package Type Update Change
Aspire.AppHost.Sdk msbuild-sdk patch 13.1.113.1.2
Aspire.Hosting.AppHost nuget patch 13.1.113.1.2
Aspire.Hosting.PostgreSQL nuget patch 13.1.113.1.2
Aspire.Hosting.RabbitMQ nuget patch 13.1.113.1.2
Aspire.Hosting.Redis nuget patch 13.1.113.1.2
Aspire.Hosting.Testing nuget patch 13.1.113.1.2
Aspire.Npgsql.EntityFrameworkCore.PostgreSQL nuget patch 13.1.113.1.2
Aspire.StackExchange.Redis nuget patch 13.1.113.1.2
Aspire.StackExchange.Redis.OutputCaching nuget patch 13.1.113.1.2

Release Notes

dotnet/aspire (Aspire.AppHost.Sdk)

v13.1.2: Aspire 13.1.2

What'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.


  • 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 Feb 26, 2026
@thomhurst thomhurst enabled auto-merge (squash) February 26, 2026 04:21
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.

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): Only Aspire.Hosting.Testing is managed here.
  • Inline versions (template and example .csproj files): 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 was referenced Mar 2, 2026
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