Skip to content

Commit 40bd417

Browse files
authored
Delete stale references to System.IO.FileSystem.Primitives (#55041)
1 parent 9c43a63 commit 40bd417

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

src/libraries/System.IO.Compression.ZipFile/src/System.IO.Compression.ZipFile.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
<ItemGroup>
1818
<Reference Include="System.IO.Compression" />
1919
<Reference Include="System.IO.FileSystem" />
20-
<Reference Include="System.IO.FileSystem.Primitives" />
2120
<Reference Include="System.Runtime" />
2221
<Reference Include="System.Runtime.Extensions" />
2322
</ItemGroup>

src/libraries/System.IO.FileSystem/ref/System.IO.FileSystem.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
<ItemGroup>
1010
<ProjectReference Include="..\..\System.Runtime\ref\System.Runtime.csproj" />
1111
<ProjectReference Include="..\..\System.Runtime.Extensions\ref\System.Runtime.Extensions.csproj" />
12-
<ProjectReference Include="..\..\System.IO.FileSystem.Primitives\ref\System.IO.FileSystem.Primitives.csproj" />
1312
<ProjectReference Include="..\..\System.Text.Encoding\ref\System.Text.Encoding.csproj" />
1413
</ItemGroup>
1514
</Project>

src/libraries/System.Net.Sockets/ref/System.Net.Sockets.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<Compile Include="System.Net.Sockets.cs" />
88
</ItemGroup>
99
<ItemGroup>
10-
<ProjectReference Include="..\..\System.IO.FileSystem.Primitives\ref\System.IO.FileSystem.Primitives.csproj" />
1110
<ProjectReference Include="..\..\System.Net.Primitives\ref\System.Net.Primitives.csproj" />
1211
<ProjectReference Include="..\..\System.Runtime\ref\System.Runtime.csproj" />
1312
</ItemGroup>

0 commit comments

Comments
 (0)