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 @@
<RuntimeFrameworkVersion>$(CLI_SharedFrameworkVersion)</RuntimeFrameworkVersion>
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
<AssemblyName>dotnet-add-reference.Tests</AssemblyName>
<PackageTargetFallback>$(PackageTargetFallback);dotnet5.4;portable-net451+win8</PackageTargetFallback>
<AssetTargetFallback>$(AssetTargetFallback);dotnet5.4;portable-net451+win8</AssetTargetFallback>
</PropertyGroup>
<ItemGroup>