Reverted csproj configuration to enable client-side Blazor

This commit is contained in:
Shaun Walker
2019-09-16 03:47:42 -04:00
parent cb6428f483
commit 779446b39a
3 changed files with 10 additions and 11 deletions

View File

@ -1,7 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>7.3</LangVersion>
<Configurations>Debug;Release;Wasm</Configurations>
<Version>0.0.1</Version>
<Product>Oqtane</Product>