Changing target framework to netstandard20 (not net461 on the CI machine)

This commit is contained in:
Alex Gavrilov 2018-03-02 12:39:29 -08:00
parent 1c15be550f
commit 7afdccc53b
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net461</TargetFramework>
<TargetFramework>netstandard20</TargetFramework>
<NuspecFile>Microsoft.AspNetCore.Blazor.Templates.nuspec</NuspecFile>
<EnableDefaultItems>False</EnableDefaultItems>
<GenerateAssemblyInfo>False</GenerateAssemblyInfo>