Fixing pkgproj
authorJose Perez Rodriguez <joperezr@microsoft.com>
Tue, 13 Feb 2018 19:24:31 +0000 (11:24 -0800)
committerJose Perez Rodriguez <joperezr@microsoft.com>
Tue, 13 Feb 2018 19:24:31 +0000 (11:24 -0800)
Commit migrated from https://github.com/dotnet/corefx/commit/200bae71172c2aaae4698eb7ab5f14d72d678bea

src/libraries/System.IO.Pipelines/pkg/System.IO.Pipelines.pkgproj

index 7090b22..e4cc836 100644 (file)
@@ -3,7 +3,7 @@
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <ItemGroup>
     <ProjectReference Include="..\ref\System.IO.Pipelines.csproj">
-      <SupportedFramework>net46;netcore50;netcoreapp1.0;$(UAPvNextTFM);$(AllXamarinFrameworks)</SupportedFramework>
+      <SupportedFramework>net461;netcoreapp2.0;$(AllXamarinFrameworks)</SupportedFramework>
     </ProjectReference>
     <ProjectReference Include="..\src\System.IO.Pipelines.csproj" />
   </ItemGroup>