Skip to content

Commit 8a09c83

Browse files
authored
Clarification in Blazor WASM section (#20237)
1 parent 600ac88 commit 8a09c83

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

aspnetcore/migration/31-to-50.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: scottaddie
44
description: Learn how to migrate an ASP.NET Core 3.1 project to ASP.NET Core 5.0.
55
ms.author: scaddie
66
ms.custom: mvc
7-
ms.date: 10/16/2020
7+
ms.date: 10/20/2020
88
no-loc: ["ASP.NET Core Identity", cookie, Cookie, Blazor, "Blazor Server", "Blazor WebAssembly", "Identity", "Let's Encrypt", Razor, SignalR]
99
uid: migration/31-to-50
1010
---
@@ -63,7 +63,7 @@ If updating a Blazor WebAssembly project, skip to the [Update Blazor WebAssembly
6363

6464
## Update Blazor WebAssembly projects
6565

66-
For Blazor WebAssembly projects, apply the following changes in the project file:
66+
For Blazor WebAssembly projects, including the *`Client`* project of a hosted Blazor solution, apply the following changes to the project file:
6767

6868
1. Update the SDK from `Microsoft.NET.Sdk.Web` to `Microsoft.NET.Sdk.BlazorWebAssembly`:
6969

@@ -90,6 +90,9 @@ For Blazor WebAssembly projects, apply the following changes in the project file
9090
<ItemGroup>
9191
- <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Build" Version="3.2.1" PrivateAssets="all" />
9292
```
93+
94+
> [!NOTE]
95+
> Update the *`Server`* project of a hosted Blazor solution as an ASP.NET Core app following the general guidance in this article.
9396

9497
## Update package references
9598

0 commit comments

Comments
 (0)