diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c959c7980..d08690638 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
8.0.x
9.0.x
- name: Run tests
- run: dotnet test --collect:"XPlat Code Coverage" --logger "GitHubActions"
+ run: dotnet test --filter FullyQualifiedName\!~TestableIO.System.IO.Abstractions.Api.Tests --collect:"XPlat Code Coverage" --logger "GitHubActions"
- name: Upload coverage
uses: actions/upload-artifact@v4
with:
diff --git a/src/System.IO.Abstractions.TestingHelpers/System.IO.Abstractions.TestingHelpers.csproj b/src/System.IO.Abstractions.TestingHelpers/System.IO.Abstractions.TestingHelpers.csproj
index d22f94fe5..c3852465d 100644
--- a/src/System.IO.Abstractions.TestingHelpers/System.IO.Abstractions.TestingHelpers.csproj
+++ b/src/System.IO.Abstractions.TestingHelpers/System.IO.Abstractions.TestingHelpers.csproj
@@ -1,15 +1,13 @@
-
- System.IO.Abstractions.TestingHelpers
- System.IO.Abstractions.TestingHelpers
- A set of pre-built mocks to help when testing file system interactions.
- net9.0;net8.0;net6.0;netstandard2.1;netstandard2.0;net472
- icon_256x256.png
-
-
-
-
-
-
-
+
+
+ System.IO.Abstractions.TestingHelpers
+ System.IO.Abstractions.TestingHelpers
+ A set of pre-built mocks to help when testing file system interactions.
+
+
+
+
+
+
diff --git a/src/System.IO.Abstractions/System.IO.Abstractions.csproj b/src/System.IO.Abstractions/System.IO.Abstractions.csproj
index b60e2ee22..044581f9a 100644
--- a/src/System.IO.Abstractions/System.IO.Abstractions.csproj
+++ b/src/System.IO.Abstractions/System.IO.Abstractions.csproj
@@ -1,16 +1,14 @@
+
System.IO.Abstractions
System.IO.Abstractions
A set of abstractions to help make file system interactions testable.
- net8.0;net6.0;netstandard2.1;netstandard2.0;net472
- icon_256x256.png
+
-
-
-
+
diff --git a/src/TestableIO.System.IO.Abstractions/TestableIO.System.IO.Abstractions.csproj b/src/TestableIO.System.IO.Abstractions/TestableIO.System.IO.Abstractions.csproj
index 236734151..bc3e9307f 100644
--- a/src/TestableIO.System.IO.Abstractions/TestableIO.System.IO.Abstractions.csproj
+++ b/src/TestableIO.System.IO.Abstractions/TestableIO.System.IO.Abstractions.csproj
@@ -1,21 +1,19 @@
-
- TestableIO.System.IO.Abstractions
- System.IO.Abstractions
- A set of abstractions to help make file system interactions testable.
- net9.0;net8.0;net6.0;netstandard2.1;netstandard2.0;net472
- icon_256x256.png
- enable
- preview
-
-
-
- all
- runtime; build; native; contentfiles; analyzers; buildtransitive
-
-
-
-
-
-
-
\ No newline at end of file
+
+
+ TestableIO.System.IO.Abstractions
+ System.IO.Abstractions
+ A set of abstractions to help make file system interactions testable.
+ enable
+ preview
+
+
+
+
+ all
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+
+
+
+
+