Skip to content

Commit c9505a2

Browse files
committed
Remove test workaround for fixed issue.
Fixes #11206
1 parent 834e316 commit c9505a2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Framework/test/TargetingPackTests.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ public void AssembliesAreReferenceAssemblies()
3434
IEnumerable<string> dlls = Directory.GetFiles(_targetingPackRoot, "*.dll", SearchOption.AllDirectories);
3535
Assert.NotEmpty(dlls);
3636

37-
// Workaround https://github.com/aspnet/AspNetCore/issues/11206
38-
dlls = dlls.Where(d => !d.Contains("System.IO.Pipelines"));
39-
4037
Assert.All(dlls, path =>
4138
{
4239
var assemblyName = AssemblyName.GetAssemblyName(path);

0 commit comments

Comments
 (0)