Skip to content

Commit a4705cb

Browse files
committed
Remove System.IO.Pipelines package reference.
This is part of the framework now.
1 parent 38eb650 commit a4705cb

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

Directory.Build.targets

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<Using Include="System.Diagnostics.CodeAnalysis" />
1313
<Using Include="System.Drawing" />
1414
<Using Include="System.Globalization" />
15+
<Using Include="System.IO.Pipelines" />
1516
<Using Include="System.IO.Pipes" />
1617
<Using Include="System.Numerics" />
1718
<Using Include="System.Reflection" />

Directory.Packages.props

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@
3333
Version="9.0.0" />
3434
<PackageVersion Include="Microsoft.Extensions.Hosting.Systemd"
3535
Version="9.0.0" />
36-
<PackageVersion Include="System.IO.Pipelines"
37-
Version="9.0.0" />
3836
<PackageVersion Include="Wcwidth"
3937
Version="2.0.0" />
4038
</ItemGroup>

src/core/core.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ This package provides the core terminal API.</PackageDescription>
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13-
<Using Include="System.IO.Pipelines" />
1413
<Using Include="Vezel.Cathode.Diagnostics" />
1514
<Using Include="Vezel.Cathode.IO" />
1615
<Using Include="Vezel.Cathode.Threading" />
@@ -35,7 +34,6 @@ This package provides the core terminal API.</PackageDescription>
3534
<ItemGroup>
3635
<PackageReference Include="Microsoft.CodeAnalysis.BannedApiAnalyzers"
3736
PrivateAssets="build; contentfiles" />
38-
<PackageReference Include="System.IO.Pipelines" />
3937
<PackageReference Include="Wcwidth" />
4038
</ItemGroup>
4139

0 commit comments

Comments
 (0)