Comment on remaining PackageTargetFallbacks

This commit is contained in:
Ryan Brandenburg 2017-06-30 12:13:43 -07:00
parent e1c1682065
commit 9e2f8b7cb5
3 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,7 @@ System.Web.Http.ApiController</Description>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageTags>aspnetcore;aspnetcoremvc;aspnetwebapi</PackageTags>
<!-- Removing this is blocked by https://github.com/aspnet/Mvc/issues/5822 -->
<PackageTargetFallback>$(PackageTargetFallback);portable-net451+win8</PackageTargetFallback>
<DisableImplicitAssetTargetFallback>true</DisableImplicitAssetTargetFallback>
</PropertyGroup>

View File

@ -5,6 +5,7 @@
<PropertyGroup>
<TargetFrameworks>netcoreapp2.0;net461</TargetFrameworks>
<TargetFrameworks Condition=" '$(OS)' != 'Windows_NT' ">netcoreapp2.0</TargetFrameworks>
<!-- Removing this is blocked by https://github.com/aspnet/Mvc/issues/5822 -->
<PackageTargetFallback Condition=" '$(TargetFramework)' == 'netcoreapp2.0' ">$(PackageTargetFallback);portable-net451+win8</PackageTargetFallback>
<DisableImplicitAssetTargetFallback>true</DisableImplicitAssetTargetFallback>

View File

@ -5,6 +5,7 @@
<PropertyGroup>
<TargetFrameworks>netcoreapp2.0</TargetFrameworks>
<TargetFrameworks Condition=" '$(OS)' != 'Windows_NT' ">netcoreapp2.0</TargetFrameworks>
<!-- Removing this is blocked by https://github.com/aspnet/Mvc/issues/5822 -->
<PackageTargetFallback Condition=" '$(TargetFramework)' == 'netcoreapp2.0' ">$(PackageTargetFallback);portable-net451+win8</PackageTargetFallback>
<DisableImplicitAssetTargetFallback>true</DisableImplicitAssetTargetFallback>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>