Updating to Aspire 13.2 stable#1229
Merged
Merged
Conversation
Contributor
|
🚀 Dogfood this PR with:
curl -fsSL https://raw.githubusercontent.com/CommunityToolkit/Aspire/main/eng/scripts/dogfood-pr.sh | bash -s -- 1229Or
iex "& { $(irm https://raw.githubusercontent.com/CommunityToolkit/Aspire/main/eng/scripts/dogfood-pr.ps1) } 1229" |
Contributor
There was a problem hiding this comment.
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
.csprojprojects to useAspire.AppHost.Sdk/13.2.0(stable). - Update centralized dependency versions (notably
DotNetExtensionsVersionand EFCore health checks). - Adjust
nuget.configpackage source mapping by commenting out thedotnet9mapping 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). |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
ErikEJ
approved these changes
Mar 24, 2026
This was referenced May 14, 2026
This was referenced May 17, 2026
This was referenced May 25, 2026
deps: Bump the all-dependencies group with 27 updates
ministryofjustice/CFO-DataManagementSystem#104
Closed
Closed
deps: Bump the all-dependencies group with 29 updates
ministryofjustice/CFO-DataManagementSystem#106
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.