From f2a2769c55a5c9f780281779244d38183d26f4a7 Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Tue, 5 Jul 2022 11:01:35 -0500 Subject: [PATCH] Package reference changes section (#26307) --- aspnetcore/migration/31-to-50.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/aspnetcore/migration/31-to-50.md b/aspnetcore/migration/31-to-50.md index e3e01dbfc9..73d58df16d 100644 --- a/aspnetcore/migration/31-to-50.md +++ b/aspnetcore/migration/31-to-50.md @@ -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