We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02b159b commit 990c72eCopy full SHA for 990c72e
1 file changed
aspnetcore/migration/31-to-50.md
@@ -75,7 +75,7 @@ For Blazor WebAssembly projects, apply the following changes in the project file
75
1. Update the following properties:
76
77
```diff
78
- <Project Sdk="Microsoft.NET.Sdk.Web">
+ <Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly">
79
80
<PropertyGroup>
81
- <TargetFramework>netstandard2.1</TargetFramework>
0 commit comments