diff --git a/Directory.Packages.props b/Directory.Packages.props
index 654f3e949..1ed661fb2 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -22,7 +22,7 @@
-
+
diff --git a/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/FileSystemTests.cs b/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/FileSystemTests.cs
index 5f96636f0..7a99d2086 100644
--- a/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/FileSystemTests.cs
+++ b/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/FileSystemTests.cs
@@ -1,5 +1,4 @@
-#if !NET6_0
-using Mockolate;
+using Mockolate;
namespace System.IO.Abstractions.Tests;
@@ -111,5 +110,4 @@ await That(() =>
fileSystemMock.FileSystemWatcher.SetupMock.Method.New(It.IsAny())
).DoesNotThrow();
}
-}
-#endif
\ No newline at end of file
+}
\ No newline at end of file