Skip to content

Commit 990c72e

Browse files
authored
Update 31-to-50.md (#19961)
1 parent 02b159b commit 990c72e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aspnetcore/migration/31-to-50.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ For Blazor WebAssembly projects, apply the following changes in the project file
7575
1. Update the following properties:
7676

7777
```diff
78-
<Project Sdk="Microsoft.NET.Sdk.Web">
78+
<Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly">
7979

8080
<PropertyGroup>
8181
- <TargetFramework>netstandard2.1</TargetFramework>

0 commit comments

Comments
 (0)