Upgrade projects and packages to netcoreapp3.0 (aspnet/JavaScriptServices#1793)

This commit is contained in:
Nate McMaster
2018-11-16 16:02:57 -08:00
committed by GitHub
parent 160d822f52
commit e657e7d79a
11 changed files with 29 additions and 34 deletions

View File

@@ -2,7 +2,7 @@
<PropertyGroup>
<Description>Helpers for building single-page applications on ASP.NET MVC Core.</Description>
<TargetFramework>netstandard2.0</TargetFramework>
<TargetFramework>netcoreapp3.0</TargetFramework>
</PropertyGroup>
<ItemGroup>