diff --git a/.editorconfig b/.editorconfig
index c8f4f24..7963558 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -14,3 +14,7 @@ insert_final_newline = false
indent_style = space
indent_size = 2
insert_final_newline = true
+
+## xunit configuration
+# Warning xUnit1004: Test methods should not be skipped
+dotnet_diagnostic.xUnit1004.severity = none
diff --git a/src/Kavod.Vba.Compression.Tests/Kavod.Vba.Compression.Tests.csproj b/src/Kavod.Vba.Compression.Tests/Kavod.Vba.Compression.Tests.csproj
index 9aac527..bbb06f6 100644
--- a/src/Kavod.Vba.Compression.Tests/Kavod.Vba.Compression.Tests.csproj
+++ b/src/Kavod.Vba.Compression.Tests/Kavod.Vba.Compression.Tests.csproj
@@ -20,9 +20,12 @@
-
-
-
+
+
+
+ all
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+