diff --git a/.editorconfig b/.editorconfig
index 76edc491ce..7e66a0506c 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -173,6 +173,9 @@ csharp_space_between_square_brackets = false
csharp_preserve_single_line_blocks = true
csharp_preserve_single_line_statements = false
+### .NET Diagnostic rules ####
+dotnet_diagnostic.xUnit1004.severity = silent
+
#### Naming styles ####
# Naming rules
@@ -269,4 +272,4 @@ dotnet_diagnostic.CA1822.severity = none
[src/Ryujinx.Tests/Cpu/*.cs]
# Disable naming rules for CPU tests
-dotnet_diagnostic.IDE1006.severity = none
+dotnet_diagnostic.IDE1006.severity = none
\ No newline at end of file
diff --git a/Directory.Packages.props b/Directory.Packages.props
index 455735fc46..e43114fc8e 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -25,8 +25,6 @@
-
-
@@ -48,5 +46,9 @@
+
+
+
+
diff --git a/src/Ryujinx.Tests.Memory/Ryujinx.Tests.Memory.csproj b/src/Ryujinx.Tests.Memory/Ryujinx.Tests.Memory.csproj
index f050608383..e58405f086 100644
--- a/src/Ryujinx.Tests.Memory/Ryujinx.Tests.Memory.csproj
+++ b/src/Ryujinx.Tests.Memory/Ryujinx.Tests.Memory.csproj
@@ -7,12 +7,20 @@
-
-
+
+
+ all
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+
+
+
+
+
+
diff --git a/src/Ryujinx.Tests/Ryujinx.Tests.csproj b/src/Ryujinx.Tests/Ryujinx.Tests.csproj
index 3be9787a30..675c581e2d 100644
--- a/src/Ryujinx.Tests/Ryujinx.Tests.csproj
+++ b/src/Ryujinx.Tests/Ryujinx.Tests.csproj
@@ -19,8 +19,16 @@
-
-
+
+
+ all
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+
+
+ all
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+
+
@@ -32,6 +40,10 @@
+
+
+
+