Skip to content

Commit fa6d49a

Browse files
Fix net462 build failures by adding missing System.IO.Pipelines and System.Threading.Channels packages (#4881)
* Initial plan * Initial analysis of net462 build failures Co-authored-by: DrewScoggins <[email protected]> * Add System.IO.Pipelines and System.Threading.Channels packages for .NET Framework targets Co-authored-by: DrewScoggins <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: DrewScoggins <[email protected]>
1 parent d87a65b commit fa6d49a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/benchmarks/micro/MicroBenchmarks.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@
9393
<PackageReference Include="System.Memory" Version="4.5.5" />
9494
<PackageReference Include="System.Numerics.Vectors" Version="4.5.0" />
9595
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.4" />
96+
<PackageReference Include="System.IO.Pipelines" Version="$(SystemVersion)" />
97+
<PackageReference Include="System.Threading.Channels" Version="$(SystemVersion)" />
9698
</ItemGroup>
9799
<ItemGroup Condition="'$(TargetFrameworkIdentifier)' == '.NETCoreApp' And '$(_TargetFrameworkVersionWithoutV)' &lt; '10.0'">
98100
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="$(SystemVersion)" />

0 commit comments

Comments
 (0)