Skip to content

Commit

Permalink
System.IO.Pipelines moved to TestAdapter specifically.
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabii committed Oct 30, 2024
1 parent f15bd57 commit d45bebd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion IKVM.deps.targets
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<Reference Include="System.IO.Compression" />
<Reference Include="System.Security" />
<PackageReference Include="System.Buffers" Version="4.5.1" />
<PackageReference Include="System.IO.Pipelines" Version="8.0.0" />
<PackageReference Include="System.Memory" Version="4.5.5" />
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="6.0.0" />
<PackageReference Include="System.Runtime.InteropServices.RuntimeInformation" Version="4.3.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<PackageReference Include="Castle.Core" Version="5.1.1" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Mono.Unix" Version="7.1.0-final.1.21458.1" />
<PackageReference Include="System.IO.Pipelines" Version="8.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit d45bebd

Please sign in to comment.