diff --git a/aspnetcore/migration/31-to-50.md b/aspnetcore/migration/31-to-50.md index b152d60247..6c3a244fcc 100644 --- a/aspnetcore/migration/31-to-50.md +++ b/aspnetcore/migration/31-to-50.md @@ -4,7 +4,7 @@ author: scottaddie description: Learn how to migrate an ASP.NET Core 3.1 project to ASP.NET Core 5.0. ms.author: scaddie ms.custom: mvc -ms.date: 11/17/2020 +ms.date: 11/18/2020 no-loc: [appsettings.json, "ASP.NET Core Identity", cookie, Cookie, Blazor, "Blazor Server", "Blazor WebAssembly", "Identity", "Let's Encrypt", Razor, SignalR] uid: migration/31-to-50 --- @@ -454,18 +454,23 @@ For AAD: ```diff - -+ -+ ++ ++ ``` For AAD B2C: ```diff - -+ -+ ++ ++ ``` +For the preceding package references, determine the package versions for the `{VERSION}` placeholders at NuGet.org: + +* [`Microsoft.Identity.Web`](https://www.nuget.org/packages/Microsoft.Identity.Web) +* [`Microsoft.Identity.Web.UI`](https://www.nuget.org/packages/Microsoft.Identity.Web.UI) + > [!NOTE] > The SDK of the *`Server`* project in a hosted Blazor WebAssembly solution remains `Microsoft.NET.Sdk.Web`: >