Ensure we can evolve IO.Pipelines package (#40212)
authorEric StJohn <ericstj@microsoft.com>
Fri, 31 Jul 2020 23:35:04 +0000 (16:35 -0700)
committerGitHub <noreply@github.com>
Fri, 31 Jul 2020 23:35:04 +0000 (23:35 +0000)
src/libraries/System.IO.Pipelines/pkg/System.IO.Pipelines.pkgproj

index 517bc69..9b454d0 100644 (file)
     </ProjectReference>
     <ProjectReference Include="..\src\System.IO.Pipelines.csproj" />
     <HarvestIncludePaths Include="lib/netstandard1.3" />
-    <InboxOnTargetFramework Include="net5.0" />
+
+    <!-- Even though this library is inbox we want to treat it as out
+         of box in the package so that we can continue to evolve it. -->
+    <ValidatePackageSuppression Include="TreatAsOutOfBox">
+      <Value>.NETCoreApp</Value>
+    </ValidatePackageSuppression>
   </ItemGroup>
   <Import Project="$([MSBuild]::GetPathOfFileAbove(Directory.Build.targets))" />
 </Project>