diff --git a/test/Directory.Build.props b/test/Directory.Build.props
index b37d237..2f3fede 100644
--- a/test/Directory.Build.props
+++ b/test/Directory.Build.props
@@ -3,5 +3,11 @@
true
+
+
+ -windows
+ net6.0$(PlatformTFMSuffix)
+
+
diff --git a/test/Treasure.Utils.Argument.Benchmarks/Treasure.Utils.Argument.Benchmarks.csproj b/test/Treasure.Utils.Argument.Benchmarks/Treasure.Utils.Argument.Benchmarks.csproj
index 469066e..b5dd885 100644
--- a/test/Treasure.Utils.Argument.Benchmarks/Treasure.Utils.Argument.Benchmarks.csproj
+++ b/test/Treasure.Utils.Argument.Benchmarks/Treasure.Utils.Argument.Benchmarks.csproj
@@ -3,6 +3,7 @@
Exe
net7.0;net6.0
+ $(TargetFrameworks);net7.0$(PlatformTFMSuffix);net6.0$(PlatformTFMSuffix)
Treasure.Utils.Benchmarks
false
@@ -16,6 +17,9 @@
+
diff --git a/test/Treasure.Utils.Argument.Tests/Treasure.Utils.Argument.Tests.csproj b/test/Treasure.Utils.Argument.Tests/Treasure.Utils.Argument.Tests.csproj
index 4087263..51d3356 100644
--- a/test/Treasure.Utils.Argument.Tests/Treasure.Utils.Argument.Tests.csproj
+++ b/test/Treasure.Utils.Argument.Tests/Treasure.Utils.Argument.Tests.csproj
@@ -2,6 +2,7 @@
net6.0;net7.0
+ $(TargetFrameworks);$(DefaultNetStandardTestTFM)
Treasure.Utils.Tests
false
@@ -27,6 +28,9 @@
+