Skip to content

Conversation

@DamianEdwards
Copy link
Member

No description provided.

Copilot AI review requested due to automatic review settings December 15, 2025 23:12
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 the Aspire framework from version 13.0.x to 13.1.0 across all sample projects and tests. The update includes coordinated version bumps for related Microsoft.Extensions packages and restructures NuGet package source configuration to use a staging feed for testing the pre-release Aspire packages.

  • Updates Aspire.* packages from 13.0.2 (or 13.0.0) to 13.1.0
  • Updates Microsoft.Extensions packages from 10.0.0 to 10.0.1 or 10.1.0
  • Consolidates NuGet configuration by removing per-directory configs and adding a root-level nuget.config with package source mapping for Aspire staging packages

Reviewed changes

Copilot reviewed 48 out of 48 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
tests/SamplesIntegrationTests/SamplesIntegrationTests.csproj Updates Aspire.Hosting.* packages to 13.1.0 and Microsoft.Extensions.Diagnostics.Testing to 10.1.0
tests/NuGet.config Removes directory-specific NuGet configuration
samples/volume-mount/VolumeMount.ServiceDefaults/VolumeMount.ServiceDefaults.csproj Updates Microsoft.Extensions packages to 10.1.0
samples/volume-mount/VolumeMount.BlazorWeb/VolumeMount.BlazorWeb.csproj Updates Aspire packages to 13.1.0 and EF Core packages to 10.0.1
samples/volume-mount/VolumeMount.AppHost/VolumeMount.AppHost.csproj Updates SDK to 13.1.0 and Aspire.Hosting packages to 13.1.0
samples/orleans-voting/OrleansVoting.ServiceDefaults/OrleansVoting.ServiceDefaults.csproj Updates Microsoft.Extensions packages to 10.1.0
samples/orleans-voting/OrleansVoting.Service/OrleansVoting.Service.csproj Updates Aspire.StackExchange.Redis to 13.1.0
samples/orleans-voting/OrleansVoting.AppHost/OrleansVoting.AppHost.csproj Updates SDK to 13.1.0 and Aspire.Hosting packages to 13.1.0
samples/health-checks-ui/HealthChecksUI.Web/HealthChecksUI.Web.csproj Updates Aspire.StackExchange.Redis.OutputCaching to 13.1.0
samples/health-checks-ui/HealthChecksUI.ServiceDefaults/HealthChecksUI.ServiceDefaults.csproj Updates Microsoft.Extensions packages to 10.1.0
samples/health-checks-ui/HealthChecksUI.AppHost/HealthChecksUI.AppHost.csproj Updates SDK to 13.1.0 and Aspire.Hosting packages to 13.1.0 (including preview Docker package)
samples/database-migrations/DatabaseMigrations.ServiceDefaults/DatabaseMigrations.ServiceDefaults.csproj Updates Microsoft.Extensions packages to 10.1.0
samples/database-migrations/DatabaseMigrations.MigrationService/DatabaseMigrations.MigrationService.csproj Updates EF Core Tools to 10.0.1 and Aspire.Microsoft.EntityFrameworkCore.SqlServer to 13.1.0
samples/database-migrations/DatabaseMigrations.AppHost/DatabaseMigrations.AppHost.csproj Updates SDK to 13.1.0 and Aspire.Hosting.SqlServer to 13.1.0
samples/database-migrations/DatabaseMigrations.ApiService/DatabaseMigrations.ApiService.csproj Updates Aspire.Microsoft.EntityFrameworkCore.SqlServer to 13.1.0
samples/database-migrations/DatabaseMigrations.ApiModel/DatabaseMigrations.ApiModel.csproj Updates Microsoft.EntityFrameworkCore.SqlServer to 10.0.1
samples/database-containers/DatabaseContainers.ServiceDefaults/DatabaseContainers.ServiceDefaults.csproj Updates Microsoft.Extensions packages to 10.1.0
samples/database-containers/DatabaseContainers.AppHost/DatabaseContainers.AppHost.csproj Updates SDK to 13.1.0 and Aspire.Hosting database packages to 13.1.0
samples/database-containers/DatabaseContainers.ApiService/DatabaseContainers.ApiService.csproj Updates Aspire database client packages to 13.1.0
samples/custom-resources/CustomResources.AppHost/CustomResources.AppHost.csproj Updates SDK to 13.1.0
samples/container-build/apphost.cs Updates SDK reference to 13.1.0
samples/client-apps-integration/ClientAppsIntegration.WinForms/ClientAppsIntegration.WinForms.csproj Updates Microsoft.Extensions.Hosting to 10.0.1
samples/client-apps-integration/ClientAppsIntegration.WPF/ClientAppsIntegration.WPF.csproj Updates Microsoft.Extensions.Hosting to 10.0.1
samples/client-apps-integration/ClientAppsIntegration.ServiceDefaults/ClientAppsIntegration.ServiceDefaults.csproj Updates Microsoft.Extensions packages to 10.1.0
samples/client-apps-integration/ClientAppsIntegration.AppHost/ClientAppsIntegration.AppHost.csproj Updates SDK to 13.1.0
samples/client-apps-integration/ClientAppsIntegration.AppDefaults/ClientAppsIntegration.AppDefaults.csproj Updates Microsoft.Extensions packages to 10.0.1 or 10.1.0
samples/aspire-with-python/apphost.cs Updates SDK to 13.1.0 (but package references remain at 13.0.0 - see comment)
samples/aspire-with-node/AspireWithNode.ServiceDefaults/AspireWithNode.ServiceDefaults.csproj Updates Microsoft.Extensions packages to 10.1.0
samples/aspire-with-node/AspireWithNode.AppHost/AspireWithNode.AppHost.csproj Updates SDK to 13.1.0 and Aspire.Hosting packages to 13.1.0
samples/aspire-with-javascript/AspireJavaScript.ServiceDefaults/AspireJavaScript.ServiceDefaults.csproj Updates Microsoft.Extensions packages to 10.1.0
samples/aspire-with-javascript/AspireJavaScript.MinimalApi/AspireJavaScript.MinimalApi.csproj Updates Microsoft.AspNetCore.OpenApi to 10.0.1 and Scalar.AspNetCore to 2.11.6
samples/aspire-with-javascript/AspireJavaScript.AppHost/AspireJavaScript.AppHost.csproj Updates SDK to 13.1.0 and Aspire.Hosting.JavaScript to 13.1.0
samples/aspire-with-azure-functions/ImageGallery.AppHost/ImageGallery.AppHost.csproj Updates SDK to 13.1.0
samples/aspire-with-azure-functions/Directory.Packages.props Updates Aspire packages to 13.1.0 (including Azure.Functions from preview) and Microsoft.Extensions to 10.1.0
samples/aspire-shop/AspireShop.ServiceDefaults/AspireShop.ServiceDefaults.csproj Updates Microsoft.Extensions packages to 10.1.0
samples/aspire-shop/AspireShop.Frontend/AspireShop.Frontend.csproj Updates Microsoft.Extensions.ServiceDiscovery.Yarp to 10.1.0
samples/aspire-shop/AspireShop.CatalogService/AspireShop.CatalogService.csproj Updates Microsoft.AspNetCore.OpenApi to 10.0.1 and Scalar.AspNetCore to 2.11.6
samples/aspire-shop/AspireShop.CatalogDbManager/AspireShop.CatalogDbManager.csproj Updates Aspire.Npgsql.EntityFrameworkCore.PostgreSQL to 13.1.0 and EF Core Tools to 10.0.1
samples/aspire-shop/AspireShop.CatalogDb/AspireShop.CatalogDb.csproj Updates Aspire.Npgsql.EntityFrameworkCore.PostgreSQL to 13.1.0
samples/aspire-shop/AspireShop.BasketService/AspireShop.BasketService.csproj Updates Aspire.StackExchange.Redis to 13.1.0
samples/aspire-shop/AspireShop.AppHost/AspireShop.AppHost.csproj Updates SDK to 13.1.0 and Aspire.Hosting packages to 13.1.0
samples/NuGet.config Removes directory-specific NuGet configuration
samples/Metrics/ServiceDefaults/ServiceDefaults.csproj Updates Microsoft.AspNetCore and Microsoft.Extensions packages to 10.0.1 or 10.1.0
samples/Metrics/MetricsApp/MetricsApp.csproj Updates Microsoft.AspNetCore and EF Core packages to 10.0.1
samples/Metrics/MetricsApp.Client/MetricsApp.Client.csproj Updates Microsoft.AspNetCore.Components.WebAssembly packages to 10.0.1 and Microsoft.Extensions.Http.Resilience to 10.1.0
samples/Metrics/MetricsApp.AppHost/MetricsApp.AppHost.csproj Updates SDK to 13.1.0
nuget.config Adds root-level NuGet configuration with staging feed for Aspire 13.1.0 packages and package source mapping

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@DamianEdwards DamianEdwards enabled auto-merge (squash) December 17, 2025 15:59
@DamianEdwards DamianEdwards merged commit 80c93d5 into main Dec 17, 2025
1 of 3 checks passed
@DamianEdwards DamianEdwards deleted the update/13.1 branch December 17, 2025 16:01
Copy link
Member

@joperezr joperezr left a comment

Choose a reason for hiding this comment

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

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants