diff --git a/TcpDotNet.ClientIntegrationTest/TcpDotNet.ClientIntegrationTest.csproj b/TcpDotNet.ClientIntegrationTest/TcpDotNet.ClientIntegrationTest.csproj
index ed854e8..8532d3c 100644
--- a/TcpDotNet.ClientIntegrationTest/TcpDotNet.ClientIntegrationTest.csproj
+++ b/TcpDotNet.ClientIntegrationTest/TcpDotNet.ClientIntegrationTest.csproj
@@ -2,7 +2,7 @@
Exe
- net7.0
+ net8.0
enable
enable
diff --git a/TcpDotNet.ListenerIntegrationTest/TcpDotNet.ListenerIntegrationTest.csproj b/TcpDotNet.ListenerIntegrationTest/TcpDotNet.ListenerIntegrationTest.csproj
index ed854e8..8532d3c 100644
--- a/TcpDotNet.ListenerIntegrationTest/TcpDotNet.ListenerIntegrationTest.csproj
+++ b/TcpDotNet.ListenerIntegrationTest/TcpDotNet.ListenerIntegrationTest.csproj
@@ -2,7 +2,7 @@
Exe
- net7.0
+ net8.0
enable
enable
diff --git a/TcpDotNet/TcpDotNet.csproj b/TcpDotNet/TcpDotNet.csproj
index 3e8b637..aa54b53 100644
--- a/TcpDotNet/TcpDotNet.csproj
+++ b/TcpDotNet/TcpDotNet.csproj
@@ -1,7 +1,7 @@
- netstandard2.1;net6.0;net7.0
+ netstandard2.1;net6.0;net7.0;net8.0
enable
enable
10