Changed all references of PackageTargetFallback to AssetTargetFallback

This commit is contained in:
Kiran Challa 2017-06-14 14:30:53 -07:00
parent ac3cbb5f8d
commit 6134a11c28
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<TargetFrameworks>netcoreapp2.0;net461</TargetFrameworks>
<TargetFrameworks Condition=" '$(OS)' != 'Windows_NT' ">netcoreapp2.0</TargetFrameworks>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PackageTargetFallback Condition=" '$(TargetFramework)' == 'netcoreapp2.0' ">$(PackageTargetFallback);dnxcore50;portable-net451+win8</PackageTargetFallback>
<AssetTargetFallback Condition=" '$(TargetFramework)' == 'netcoreapp2.0' ">$(AssetTargetFallback);dnxcore50;portable-net451+win8</AssetTargetFallback>
</PropertyGroup>
<ItemGroup>