Skip to content

Update package versions for 9.5 templates#12770

Merged
DamianEdwards merged 1 commit intomainfrom
damianedwards/templates-9.5.2
Nov 6, 2025
Merged

Update package versions for 9.5 templates#12770
DamianEdwards merged 1 commit intomainfrom
damianedwards/templates-9.5.2

Conversation

@DamianEdwards
Copy link
Member

Description

Bumps package versions for the 9.5 templates.

Fixes #11924

Checklist

  • Is this feature complete?
    • Yes. Ready to ship.
  • Are you including unit tests for the changes and scenario tests if relevant?
    • No
  • Did you add public API?
    • No
  • Does the change make any security assumptions or guarantees?
    • No
  • Does the change require an update in our Aspire docs?
    • No

Copilot AI review requested due to automatic review settings November 6, 2025 19:44
@github-actions
Copy link
Contributor

github-actions bot commented Nov 6, 2025

🚀 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/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 12770

Or

  • Run remotely in PowerShell:
iex "& { $(irm https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 12770"

@DamianEdwards
Copy link
Member Author

/backport to release/13.0

@github-actions
Copy link
Contributor

github-actions bot commented Nov 6, 2025

Started backporting to release/13.0: https://github.com/dotnet/aspire/actions/runs/19147844007

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

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

@DamianEdwards DamianEdwards merged commit a950e16 into main Nov 6, 2025
302 of 303 checks passed
@DamianEdwards DamianEdwards deleted the damianedwards/templates-9.5.2 branch November 6, 2025 20:32
@dotnet-policy-service dotnet-policy-service bot added this to the 13.1 milestone Nov 6, 2025
@github-actions github-actions bot locked and limited conversation to collaborators Dec 7, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[AspireE2E] After installing Aspire 13.0, the version of Aspire 9.5 that comes with it is 9.5.0

3 participants