Package reference changes section (#26307)

pull/26323/head
Luke Latham 2022-07-05 11:01:35 -05:00 committed by GitHub
parent f5b02473d2
commit f2a2769c55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -757,6 +757,12 @@ For more information, see [this GitHub issue](https://github.com/dotnet/aspnetco
## ASP.NET Core Module (ANCM)
[!INCLUDE[](~/includes/hosting-bundle.md)]
## Package reference changes affecting some NuGet packages
With the migration of some `Microsoft.Extensions.*` NuGet packages from the [dotnet/extensions](https://github.com/dotnet/extensions) repository to [dotnet/runtime](https://github.com/dotnet/runtime), as described in [Migrating dotnet/extensions content to dotnet/runtime and dotnet/aspnetcore (aspnet/Announcements #411)](https://github.com/aspnet/Announcements/issues/411), packaging changes are being applied to some of the migrated packages. These changes often result in namespace changes for .NET API.
To research APIs further for app namespace changes when migrating to 5.0, use the [.NET API browser](https://docs.microsoft.com/dotnet/api/).
## Review breaking changes