diff --git a/MoreLinq.Test.Aot/MoreLinq.Test.Aot.csproj b/MoreLinq.Test.Aot/MoreLinq.Test.Aot.csproj
index 9453f8dc7..219cc362d 100644
--- a/MoreLinq.Test.Aot/MoreLinq.Test.Aot.csproj
+++ b/MoreLinq.Test.Aot/MoreLinq.Test.Aot.csproj
@@ -8,14 +8,14 @@
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
diff --git a/MoreLinq.Test.Aot/ToDataTableTest.cs b/MoreLinq.Test.Aot/ToDataTableTest.cs
index 163c76598..c0be620f1 100644
--- a/MoreLinq.Test.Aot/ToDataTableTest.cs
+++ b/MoreLinq.Test.Aot/ToDataTableTest.cs
@@ -15,7 +15,7 @@
// limitations under the License.
#endregion
-namespace MoreLinq.Test
+namespace MoreLinq.Test.Aot
{
using System;
using System.Collections;
diff --git a/MoreLinq.Test/MoreLinq.Test.csproj b/MoreLinq.Test/MoreLinq.Test.csproj
index 5defc11f4..5e6a4cdce 100644
--- a/MoreLinq.Test/MoreLinq.Test.csproj
+++ b/MoreLinq.Test/MoreLinq.Test.csproj
@@ -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 8264eee51..7f347418a 100644
--- a/MoreLinq/MoreLinq.csproj
+++ b/MoreLinq/MoreLinq.csproj
@@ -150,7 +150,7 @@
-
+
runtime; build; native; contentfiles; analyzers; buildtransitive
all
diff --git a/bld/ExtensionsGenerator/.editorconfig b/bld/ExtensionsGenerator/.editorconfig
new file mode 100644
index 000000000..72716eada
--- /dev/null
+++ b/bld/ExtensionsGenerator/.editorconfig
@@ -0,0 +1,2 @@
+[ProgramArguments.cs]
+dotnet_analyzer_diagnostic.category-Style.severity = suggestion
diff --git a/bld/ExtensionsGenerator/MoreLinq.ExtensionsGenerator.csproj b/bld/ExtensionsGenerator/MoreLinq.ExtensionsGenerator.csproj
index a8c8964b0..ad101d39d 100644
--- a/bld/ExtensionsGenerator/MoreLinq.ExtensionsGenerator.csproj
+++ b/bld/ExtensionsGenerator/MoreLinq.ExtensionsGenerator.csproj
@@ -9,4 +9,10 @@
+
+
+
+
+
+
diff --git a/global.json b/global.json
index d031a7632..db09cbbe9 100644
--- a/global.json
+++ b/global.json
@@ -1,6 +1,6 @@
{
"sdk": {
- "version": "8.0.200",
+ "version": "8.0.400",
"rollForward": "latestPatch"
}
}