diff --git a/Build/_build.csproj b/Build/_build.csproj
index b7b64e4..bfe414e 100644
--- a/Build/_build.csproj
+++ b/Build/_build.csproj
@@ -7,24 +7,12 @@
..\
..\
-
- OS_WINDOWS
-
-
- OS_LINUX
-
-
- OS_MAC
-
-
-
-
diff --git a/Src/FluentAssertions.DataSets/DataRowAssertions.cs b/Src/FluentAssertions.DataSets/DataRowAssertions.cs
index 94e49ae..d96263d 100644
--- a/Src/FluentAssertions.DataSets/DataRowAssertions.cs
+++ b/Src/FluentAssertions.DataSets/DataRowAssertions.cs
@@ -4,7 +4,6 @@
using System.Diagnostics;
using System.Linq;
using FluentAssertions.DataSets.Common;
-using FluentAssertions.Equivalency;
using FluentAssertions.Execution;
using FluentAssertions.Primitives;
diff --git a/Src/FluentAssertions.DataSets/DataTableAssertions.cs b/Src/FluentAssertions.DataSets/DataTableAssertions.cs
index 134e979..d64276f 100644
--- a/Src/FluentAssertions.DataSets/DataTableAssertions.cs
+++ b/Src/FluentAssertions.DataSets/DataTableAssertions.cs
@@ -4,7 +4,6 @@
using System.Diagnostics;
using System.Linq;
using FluentAssertions.DataSets.Common;
-using FluentAssertions.Equivalency;
using FluentAssertions.Execution;
using FluentAssertions.Primitives;
diff --git a/Src/FluentAssertions.DataSets/DataTableCollectionAssertionExtensions.cs b/Src/FluentAssertions.DataSets/DataTableCollectionAssertionExtensions.cs
index ccaaad5..4dd0d70 100644
--- a/Src/FluentAssertions.DataSets/DataTableCollectionAssertionExtensions.cs
+++ b/Src/FluentAssertions.DataSets/DataTableCollectionAssertionExtensions.cs
@@ -4,7 +4,6 @@
using FluentAssertions.Collections;
using FluentAssertions.DataSets;
using FluentAssertions.DataSets.Common;
-using FluentAssertions.Execution;
// ReSharper disable once CheckNamespace
namespace FluentAssertions;
diff --git a/Tests/FluentAssertions.DataSets.Specs/DataSpecs.cs b/Tests/FluentAssertions.DataSets.Specs/DataSpecs.cs
index 1f2f86e..1500c07 100644
--- a/Tests/FluentAssertions.DataSets.Specs/DataSpecs.cs
+++ b/Tests/FluentAssertions.DataSets.Specs/DataSpecs.cs
@@ -4,6 +4,7 @@
using System.Data;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
+using Xunit;
namespace FluentAssertions.DataSets.Specs;
@@ -588,17 +589,24 @@ public enum ChangeType
Removed,
}
- public static IEnumerable