From 91e93bb98666e3a6b4d29475d2b542a2a2c4e13f Mon Sep 17 00:00:00 2001 From: Luke Latham Date: Wed, 11 Nov 2020 15:56:22 -0600 Subject: [PATCH] Strategic NOTEs for hosted Blazor migrations (#20511) --- aspnetcore/migration/31-to-50.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/aspnetcore/migration/31-to-50.md b/aspnetcore/migration/31-to-50.md index 33ff839e47..d5431d48a6 100644 --- a/aspnetcore/migration/31-to-50.md +++ b/aspnetcore/migration/31-to-50.md @@ -68,6 +68,9 @@ For a Blazor WebAssembly project, including the *`Client`* project of a hosted B - + ``` + + > [!NOTE] + > This update only applies to standalone Blazor WebAssembly projects and the *`Client`* projects of hosted Blazor solutions. 1. Update the following properties: @@ -176,6 +179,13 @@ For AAD B2C: + ``` +> [!NOTE] +> The SDK of the *`Server`* project in a hosted Blazor WebAssembly solution remains `Microsoft.NET.Sdk.Web`: +> +> ```xml +> +> ``` + For more information, see: *