Aspire 13.2#1130
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR upgrades the Aspire Community Toolkit from version 13.1.0 to 13.2.0-preview.1.26115.1, updating SDK references, package dependencies, and NuGet configuration to support the new preview release.
Changes:
- Upgraded Aspire.AppHost.Sdk from 13.1.0 to 13.2.0-preview.1.26115.1 across 60+ example and test AppHost projects
- Updated core Aspire package versions and related dependencies (ModelContextProtocol, DotNetExtensions)
- Enabled dotnet9 package source in nuget.config for preview package access
Reviewed changes
Copilot reviewed 54 out of 54 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| Directory.Build.props | Updated AspireVersion to 13.2.0-preview.1.26115.1, cleared AspirePreviewSuffix, and updated DotNetExtensionsVersion to 10.0.2 |
| Directory.Packages.props | Updated package versions including ModelContextProtocol (0.4.0-preview.3), pinned Elasticsearch to 13.1.0 and Logging.Abstractions to 9.0.10 |
| nuget.config | Enabled dotnet9 package source for Aspire preview packages |
| CommunityToolkit.Aspire.slnx | Removed Type="Classic C#" attributes and added Solution Items folder with config files |
| .github/agents/hosting-integration-creator.agent.md | Standardized list formatting and updated example SDK version reference |
| tests/CommunityToolkit.Aspire.Testing/*.csproj | Updated to Aspire.AppHost.Sdk 13.2.0-preview.1.26115.1 |
| tests-app-hosts/Ollama.AppHost/*.csproj | Updated to Aspire.AppHost.Sdk 13.2.0-preview.1.26115.1 |
| examples/*/**.AppHost.csproj (59 files) | Updated to Aspire.AppHost.Sdk 13.2.0-preview.1.26115.1, except Python example which uses inconsistent version |
tommasodotNET
approved these changes
Feb 17, 2026
Contributor
Minimum allowed line rate is |
This was referenced May 14, 2026
Merged
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
Closed
This was referenced Jun 9, 2026
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.
Closes #1126
Preparing for the aspire 13.2 release.
PR Checklist
Other information