Update package versions for 9.5 templates#12770
Merged
DamianEdwards merged 1 commit intomainfrom Nov 6, 2025
Merged
Conversation
Contributor
|
🚀 Dogfood this PR with:
curl -fsSL https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 12770Or
iex "& { $(irm https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 12770" |
Member
Author
|
/backport to release/13.0 |
Contributor
|
Started backporting to release/13.0: https://github.com/dotnet/aspire/actions/runs/19147844007 |
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates package versions in Aspire 9.5 project templates to their latest patch releases and compatible versions. The updates ensure that developers using these templates get the most recent stable versions with bug fixes and improvements.
Key changes:
- Aspire packages updated from 9.5.0 to 9.5.2 across all templates
- Microsoft.Extensions.Http.Resilience updated from 9.9.0 to 9.10.0
- MSTest updated from 3.10.2 to 3.10.5
Reviewed Changes
Copilot reviewed 13 out of 13 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/Aspire.ProjectTemplates/templates/aspire-xunit/9.5/Aspire.Tests.1.csproj | Updates Aspire.Hosting.Testing to 9.5.2 |
| src/Aspire.ProjectTemplates/templates/aspire-starter/9.5/Aspire-StarterApplication.1.Web/Aspire-StarterApplication.1.Web.csproj | Updates Aspire.StackExchange.Redis.OutputCaching to 9.5.2 |
| src/Aspire.ProjectTemplates/templates/aspire-starter/9.5/Aspire-StarterApplication.1.Tests/Aspire-StarterApplication.1.Tests.csproj | Updates Aspire.Hosting.Testing to 9.5.2 and MSTest to 3.10.5 |
| src/Aspire.ProjectTemplates/templates/aspire-starter/9.5/Aspire-StarterApplication.1.ServiceDefaults/Aspire-StarterApplication.1.ServiceDefaults.csproj | Updates Microsoft.Extensions.Http.Resilience to 9.10.0 and Microsoft.Extensions.ServiceDiscovery to 9.5.2 |
| src/Aspire.ProjectTemplates/templates/aspire-starter/9.5/Aspire-StarterApplication.1.AppHost/Aspire-StarterApplication.1.AppHost.csproj | Updates Aspire.AppHost.Sdk, Aspire.Hosting.AppHost, and Aspire.Hosting.Redis to 9.5.2 |
| src/Aspire.ProjectTemplates/templates/aspire-starter/9.5/Aspire-StarterApplication.1.ApiService/Aspire-StarterApplication.1.ApiService.csproj | Updates Microsoft.AspNetCore.OpenApi to 9.0.10 (net9.0) and 10.0.0-rc.2.25502.107 (net10.0) |
| src/Aspire.ProjectTemplates/templates/aspire-servicedefaults/9.5/Aspire.ServiceDefaults1.csproj | Updates Microsoft.Extensions.Http.Resilience to 9.10.0 and Microsoft.Extensions.ServiceDiscovery to 9.5.2 |
| src/Aspire.ProjectTemplates/templates/aspire-nunit/9.5/Aspire.Tests.1.csproj | Updates Aspire.Hosting.Testing to 9.5.2 |
| src/Aspire.ProjectTemplates/templates/aspire-mstest/9.5/Aspire.Tests.1.csproj | Updates Aspire.Hosting.Testing to 9.5.2 and MSTest to 3.10.5 |
| src/Aspire.ProjectTemplates/templates/aspire-empty/9.5/AspireApplication.1.ServiceDefaults/AspireApplication.1.ServiceDefaults.csproj | Updates Microsoft.Extensions.Http.Resilience to 9.10.0 and Microsoft.Extensions.ServiceDiscovery to 9.5.2 |
| src/Aspire.ProjectTemplates/templates/aspire-empty/9.5/AspireApplication.1.AppHost/AspireApplication.1.AppHost.csproj | Updates Aspire.AppHost.Sdk and Aspire.Hosting.AppHost to 9.5.2 |
| src/Aspire.ProjectTemplates/templates/aspire-apphost/9.5/Aspire.AppHost1.csproj | Updates Aspire.AppHost.Sdk and Aspire.Hosting.AppHost to 9.5.2 |
| src/Aspire.ProjectTemplates/templates/aspire-apphost-singlefile/9.5/apphost.cs | Updates Aspire.AppHost.Sdk directive to 9.5.2 |
joperezr
approved these changes
Nov 6, 2025
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Description
Bumps package versions for the 9.5 templates.
Fixes #11924
Checklist