diff --git a/MoreLinq.Test/Async/TestingAsyncSequence.cs b/MoreLinq.Test/Async/TestingAsyncSequence.cs
index af234111c..af1012b5f 100644
--- a/MoreLinq.Test/Async/TestingAsyncSequence.cs
+++ b/MoreLinq.Test/Async/TestingAsyncSequence.cs
@@ -67,7 +67,7 @@ void AssertDisposed()
if (this.disposed is null)
return;
- Assert.IsTrue(this.disposed, "Expected sequence to be disposed.");
+ Assert.That(this.disposed, Is.True, "Expected sequence to be disposed.");
this.disposed = null;
}
diff --git a/MoreLinq.Test/MoreLinq.Test.csproj b/MoreLinq.Test/MoreLinq.Test.csproj
index 0b6d42855..413e5e7f4 100644
--- a/MoreLinq.Test/MoreLinq.Test.csproj
+++ b/MoreLinq.Test/MoreLinq.Test.csproj
@@ -17,7 +17,7 @@
-
+
runtime; build; native; contentfiles; analyzers; buildtransitive
all
@@ -26,20 +26,20 @@
runtime; build; native; contentfiles; analyzers
all
-
-
+
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
-
-
+
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
-
+
diff --git a/MoreLinq/MoreLinq.csproj b/MoreLinq/MoreLinq.csproj
index d21855c5e..6c1c604b5 100644
--- a/MoreLinq/MoreLinq.csproj
+++ b/MoreLinq/MoreLinq.csproj
@@ -161,8 +161,8 @@
runtime; build; native; contentfiles; analyzers
all
-
-
+
+
diff --git a/bld/ExtensionsGenerator/MoreLinq.ExtensionsGenerator.csproj b/bld/ExtensionsGenerator/MoreLinq.ExtensionsGenerator.csproj
index 39132fd4d..a8c8964b0 100644
--- a/bld/ExtensionsGenerator/MoreLinq.ExtensionsGenerator.csproj
+++ b/bld/ExtensionsGenerator/MoreLinq.ExtensionsGenerator.csproj
@@ -6,7 +6,7 @@
-
+