Changed all references of PackageTargetFallback to AssetTargetFallback

This commit is contained in:
Kiran Challa 2017-06-14 14:25:25 -07:00
parent 2354d87497
commit 2ac96dc904
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
<MvcRazorCompileOnPublish>true</MvcRazorCompileOnPublish>
<PackageTargetFallback>$(PackageTargetFallback);portable-net45+win8+wp8+wpa81;</PackageTargetFallback>
<AssetTargetFallback>$(AssetTargetFallback);portable-net45+win8+wp8+wpa81;</AssetTargetFallback>
<UserSecretsId>aspnet-IdentityWebApplicationSample-71B323EE-A696-4709-9EA5-C93EFCD9E6FB</UserSecretsId>
</PropertyGroup>