Remove unnecessary properties from Blazor WebAssembly project file. (#13894)

This commit is contained in:
Daniel Roth 2019-09-13 08:26:09 -07:00 committed by GitHub
parent fc3b154c9e
commit e452fdc535
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -2,8 +2,6 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<OutputType>Exe</OutputType>
<LangVersion>7.3</LangVersion>
<RazorLangVersion>3.0</RazorLangVersion>
</PropertyGroup>