diff --git a/test/Directory.Build.props b/test/Directory.Build.props
index b37d237..4bb7298 100644
--- a/test/Directory.Build.props
+++ b/test/Directory.Build.props
@@ -3,5 +3,12 @@
true
+
+
+ -windows
+ -macos
+ 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..72acc45 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..26c0d00 100644
--- a/test/Treasure.Utils.Argument.Tests/Treasure.Utils.Argument.Tests.csproj
+++ b/test/Treasure.Utils.Argument.Tests/Treasure.Utils.Argument.Tests.csproj
@@ -1,7 +1,7 @@
- net6.0;net7.0
+ net6.0;$(DefaultNetStandardTestTFM);net7.0
Treasure.Utils.Tests
false
@@ -27,6 +27,9 @@
+