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

@ -5,7 +5,7 @@
<Description>Build scripts for dotnet-cli</Description>
<TargetFramework>netstandard1.6</TargetFramework>
<AssemblyName>shared-build-targets-utils</AssemblyName>
<PackageTargetFallback Condition=" '$(TargetFramework)' == 'netstandard1.6' ">$(PackageTargetFallback);dnxcore50;portable-net45+win8</PackageTargetFallback>
<AssetTargetFallback>$(AssetTargetFallback);dnxcore50;portable-net45+win8</AssetTargetFallback>
</PropertyGroup>
<ItemGroup>