Update 31-to-50.md (#19961)

pull/19964/head
Pranav K 2020-09-22 09:36:11 -07:00 committed by GitHub
parent 02b159b3e3
commit 990c72e8f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ For Blazor WebAssembly projects, apply the following changes in the project file
1. Update the following properties:
```diff
<Project Sdk="Microsoft.NET.Sdk.Web">
<Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly">
<PropertyGroup>
- <TargetFramework>netstandard2.1</TargetFramework>