Merge pull request #6861 from livarcocc/update_sdk

Updating the SDK. Mostly, had to change PackageTargetFallback to Asse…
This commit is contained in:
Livar 2017-06-14 10:34:17 -07:00 committed by GitHub
commit 47223c9400
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>