diff --git a/Directory.Packages.props b/Directory.Packages.props
index 0f70553..6b81a0d 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -11,7 +11,7 @@
-
-
+
+
diff --git a/RyuSocks.Test.Integration/RyuSocks.Test.Integration.csproj b/RyuSocks.Test.Integration/RyuSocks.Test.Integration.csproj
index 72e5f9c..80e8155 100644
--- a/RyuSocks.Test.Integration/RyuSocks.Test.Integration.csproj
+++ b/RyuSocks.Test.Integration/RyuSocks.Test.Integration.csproj
@@ -1,6 +1,7 @@
+ Exe
net9.0
false
true
@@ -11,7 +12,7 @@
-
+
runtime; build; native; contentfiles; analyzers; buildtransitive
all
diff --git a/RyuSocks.Test/RyuSocks.Test.csproj b/RyuSocks.Test/RyuSocks.Test.csproj
index f60ac9a..48aba02 100644
--- a/RyuSocks.Test/RyuSocks.Test.csproj
+++ b/RyuSocks.Test/RyuSocks.Test.csproj
@@ -1,6 +1,7 @@
+ Exe
net9.0
false
true
@@ -17,7 +18,7 @@
-
+
runtime; build; native; contentfiles; analyzers; buildtransitive
all
diff --git a/RyuSocks.Test/Utils/EnumDataAttribute.cs b/RyuSocks.Test/Utils/EnumDataAttribute.cs
index bf1fb16..b95e632 100644
--- a/RyuSocks.Test/Utils/EnumDataAttribute.cs
+++ b/RyuSocks.Test/Utils/EnumDataAttribute.cs
@@ -15,19 +15,29 @@
using System;
using System.Collections.Generic;
using System.Reflection;
+using System.Threading.Tasks;
+using Xunit;
using Xunit.Sdk;
+using Xunit.v3;
namespace RyuSocks.Test.Utils
{
public class EnumDataAttribute : DataAttribute
where T : struct, Enum
{
- public override IEnumerable