> 1. What triggered this change? (PBI link, Email Subject, conversation + reason, etc)
433
What was changed?
This pull request includes several updates to package versions across multiple project files, transitioning from release candidates and preview versions to stable versions.
Updates to package versions:
global.json: Updated .NET SDK version to 9.0.100 and set allowPrerelease to false.
src/Application/Application.csproj: Updated Microsoft.EntityFrameworkCore, Microsoft.Extensions.DependencyInjection.Abstractions, and Microsoft.Extensions.Logging.Abstractions to version 9.0.0.
src/Infrastructure/Infrastructure.csproj: Updated several packages to version 9.0.0, including Aspire.Microsoft.EntityFrameworkCore.SqlServer, Microsoft.Extensions.Http.Resilience, and Microsoft.Extensions.ServiceDiscovery. Added Microsoft.Extensions.Diagnostics.HealthChecks and updated OpenTelemetry packages to version 1.10.0.
src/WebApi/WebApi.csproj: Updated Microsoft.AspNetCore.OpenApi, Microsoft.EntityFrameworkCore.Design, and Scalar.AspNetCore to stable versions. Removed explicit reference to Azure.Identity.
tests/Directory.Packages.props: Updated multiple testing-related packages, including FluentAssertions, coverlet.collector, and NSubstitute, to their latest versions.
tools/AppHost/AppHost.csproj: Updated Aspire.Hosting.AppHost, Aspire.Hosting.SqlServer, and Microsoft.EntityFrameworkCore.SqlServer to version 9.0.0.
> 1. What triggered this change? (PBI link, Email Subject, conversation + reason, etc)
433
This pull request includes several updates to package versions across multiple project files, transitioning from release candidates and preview versions to stable versions.
Updates to package versions:
global.json
: Updated .NET SDK version to9.0.100
and setallowPrerelease
tofalse
.src/Application/Application.csproj
: UpdatedMicrosoft.EntityFrameworkCore
,Microsoft.Extensions.DependencyInjection.Abstractions
, andMicrosoft.Extensions.Logging.Abstractions
to version9.0.0
.src/Infrastructure/Infrastructure.csproj
: Updated several packages to version9.0.0
, includingAspire.Microsoft.EntityFrameworkCore.SqlServer
,Microsoft.Extensions.Http.Resilience
, andMicrosoft.Extensions.ServiceDiscovery
. AddedMicrosoft.Extensions.Diagnostics.HealthChecks
and updatedOpenTelemetry
packages to version1.10.0
.src/WebApi/WebApi.csproj
: UpdatedMicrosoft.AspNetCore.OpenApi
,Microsoft.EntityFrameworkCore.Design
, andScalar.AspNetCore
to stable versions. Removed explicit reference toAzure.Identity
.tests/Directory.Packages.props
: Updated multiple testing-related packages, includingFluentAssertions
,coverlet.collector
, andNSubstitute
, to their latest versions.tools/AppHost/AppHost.csproj
: UpdatedAspire.Hosting.AppHost
,Aspire.Hosting.SqlServer
, andMicrosoft.EntityFrameworkCore.SqlServer
to version9.0.0
.tools/MigrationService/MigrationService.csproj
: UpdatedAspire.Microsoft.EntityFrameworkCore.SqlServer
andMicrosoft.Extensions.Hosting
to version9.0.0
.No