Skip to content

Updating to Aspire 13.2 stable#1229

Merged
aaronpowell merged 3 commits into
mainfrom
aspire.13.2-stable
Mar 24, 2026
Merged

Updating to Aspire 13.2 stable#1229
aaronpowell merged 3 commits into
mainfrom
aspire.13.2-stable

Conversation

@aaronpowell

Copy link
Copy Markdown
Member

No description provided.

@github-actions

github-actions Bot commented Mar 23, 2026

Copy link
Copy Markdown
Contributor

🚀 Dogfood this PR with:

⚠️ WARNING: Do not do this without first carefully reviewing the code of this PR to satisfy yourself it is safe.

curl -fsSL https://raw.githubusercontent.com/CommunityToolkit/Aspire/main/eng/scripts/dogfood-pr.sh | bash -s -- 1229

Or

  • Run remotely in PowerShell:
iex "& { $(irm https://raw.githubusercontent.com/CommunityToolkit/Aspire/main/eng/scripts/dogfood-pr.ps1) } 1229"

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Updates the repository’s Aspire AppHost SDK references from a 13.2 preview build to the Aspire 13.2 stable SDK, along with related dependency/source-configuration adjustments.

Changes:

  • Bump multiple AppHost .csproj projects to use Aspire.AppHost.Sdk/13.2.0 (stable).
  • Update centralized dependency versions (notably DotNetExtensionsVersion and EFCore health checks).
  • Adjust nuget.config package source mapping by commenting out the dotnet9 mapping and an explicit Elasticsearch mapping entry.

Reviewed changes

Copilot reviewed 53 out of 53 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
tests/CommunityToolkit.Aspire.Testing/CommunityToolkit.Aspire.Testing.csproj Switch AppHost SDK from 13.2 preview to 13.2 stable.
tests-app-hosts/Ollama.AppHost/Ollama.AppHost.csproj Switch AppHost SDK from 13.2 preview to 13.2 stable.
examples//.AppHost*.csproj (multiple) Switch example AppHosts from 13.2 preview to 13.2 stable.
Directory.Build.props Set AspireVersion to 13.2.0, bump DotNetExtensionsVersion to 10.0.5, and set a non-empty AspirePreviewSuffix.
Directory.Packages.props Bump Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore to 10.0.5.
nuget.config Comment out dotnet9 mapping (and comment the explicit Elasticsearch mapping line).

Comment thread Directory.Build.props
Comment thread nuget.config
Comment thread Directory.Packages.props Outdated
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants