Update libraries and samples to .NET Core 2.0

This commit is contained in:
Steve Sanderson
2017-05-18 11:28:54 +01:00
parent e081d5e091
commit 244deca019
16 changed files with 31 additions and 36 deletions

View File

@@ -4,7 +4,7 @@
<PropertyGroup>
<Description>Helpers for building single-page applications on ASP.NET MVC Core.</Description>
<TargetFrameworks>net451;netstandard1.6</TargetFrameworks>
<TargetFramework>netcoreapp2.0</TargetFramework>
<PackageTags>aspnetcore;aspnetcoremvc;nodeservices</PackageTags>
<TypeScriptCompileBlocked>true</TypeScriptCompileBlocked>
</PropertyGroup>