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: *