Updating the SDK. Mostly, had to change PackageTargetFallback to AssetTargetFallback.

This commit is contained in:
Livar Cunha 2017-06-14 00:27:26 -07:00
parent a9b3d7d4a0
commit 0a4a0a082c
48 changed files with 55 additions and 53 deletions

View file

@ -6,7 +6,7 @@
<TargetFramework>$(CliTargetFramework)</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputPath>bin\$(Configuration)</OutputPath>
<PackageTargetFallback>$(PackageTargetFallback);portable-net45+win8+wp8+wpa81</PackageTargetFallback>
<AssetTargetFallback>$(AssetTargetFallback);portable-net45+win8+wp8+wpa81</AssetTargetFallback>
</PropertyGroup>
<ItemGroup>