-
Notifications
You must be signed in to change notification settings - Fork 329
Update to Aspire 13.1.0 #1378
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to Aspire 13.1.0 #1378
Conversation
There was a problem hiding this 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.
joperezr
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No description provided.