Upgrade aspire to 9.1 and microsoft extensions to latest #483
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.
Release of Aspire 9.1
This pull request includes updates to various package references across multiple project files to ensure compatibility and take advantage of the latest features and bug fixes. The changes primarily involve upgrading the versions of several dependencies.
Dependency updates:
src/Application/Application.csproj
: UpdatedMicrosoft.EntityFrameworkCore
,Microsoft.Extensions.DependencyInjection.Abstractions
, andMicrosoft.Extensions.Logging.Abstractions
from version 9.0.0 to 9.0.2.src/Infrastructure/Infrastructure.csproj
: UpdatedAspire.Microsoft.EntityFrameworkCore.SqlServer
to 9.1.0,Microsoft.Extensions.Diagnostics.HealthChecks
to 9.0.2,Microsoft.Extensions.Http.Resilience
to 9.2.0, andMicrosoft.Extensions.ServiceDiscovery
to 9.1.0.src/WebApi/WebApi.csproj
: UpdatedAspNetCore.HealthChecks.SqlServer
,AspNetCore.HealthChecks.UI
,AspNetCore.HealthChecks.UI.Client
, andAspNetCore.HealthChecks.UI.InMemory.Storage
to 9.0.0, andMicrosoft.AspNetCore.OpenApi
andMicrosoft.EntityFrameworkCore.Design
to 9.0.2.tests/Directory.Packages.props
: UpdatedMicrosoft.Extensions.DependencyInjection.Abstractions
from version 9.0.0 to 9.0.2.tools/AppHost/AppHost.csproj
: UpdatedAspire.Hosting.AppHost
andAspire.Hosting.SqlServer
to 9.1.0, andMicrosoft.EntityFrameworkCore.SqlServer
to 9.0.2.tools/MigrationService/MigrationService.csproj
: UpdatedAspire.Microsoft.EntityFrameworkCore.SqlServer
to 9.1.0 andMicrosoft.Extensions.Hosting
to 9.0.2.No