Re-add necessary target framework fallbacks

This commit is contained in:
Nate McMaster 2017-02-09 16:00:47 -08:00
parent 8a07188f92
commit b5779b41bf
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
<TargetFrameworks>net451;netcoreapp1.1</TargetFrameworks>
<RuntimeIdentifier Condition=" '$(TargetFramework)' != 'netcoreapp1.1' ">win7-x64</RuntimeIdentifier>
<OutputType>Exe</OutputType>
<PackageTargetFallback Condition=" '$(TargetFramework)' == 'netcoreapp1.1' ">$(PackageTargetFallback);portable-net40+sl5+win8+wp8+wpa81;portable-net45+win8+wp8+wpa81</PackageTargetFallback>
</PropertyGroup>
<ItemGroup>