From 19b8e57c280c9bb4b3cbd8935f638fcc2a155512 Mon Sep 17 00:00:00 2001 From: sin365 <353374337@qq.com> Date: Mon, 22 Jan 2024 16:39:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7.net8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- NetLib/HaoYueNet.ClientNetwork/HaoYueNet.ClientNetwork.csproj | 2 +- NetLib/HaoYueNet.ServerNetwork/HaoYueNet.ServerNetwork.csproj | 2 +- .../Properties/PublishProfiles/FolderProfile.pubxml | 4 ++-- README.md | 2 +- Simple/Client-Cli/Client-Cli.csproj | 2 +- Simple/ClientCore/ClientCore.csproj | 2 +- Simple/Protobuf/Protobuf.csproj | 4 ++-- Simple/Server/Server.csproj | 4 ++-- Simple/ServerCore/ServerCore.csproj | 2 +- 9 files changed, 12 insertions(+), 12 deletions(-) diff --git a/NetLib/HaoYueNet.ClientNetwork/HaoYueNet.ClientNetwork.csproj b/NetLib/HaoYueNet.ClientNetwork/HaoYueNet.ClientNetwork.csproj index cfadb03..30402ac 100644 --- a/NetLib/HaoYueNet.ClientNetwork/HaoYueNet.ClientNetwork.csproj +++ b/NetLib/HaoYueNet.ClientNetwork/HaoYueNet.ClientNetwork.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 enable enable diff --git a/NetLib/HaoYueNet.ServerNetwork/HaoYueNet.ServerNetwork.csproj b/NetLib/HaoYueNet.ServerNetwork/HaoYueNet.ServerNetwork.csproj index cfadb03..30402ac 100644 --- a/NetLib/HaoYueNet.ServerNetwork/HaoYueNet.ServerNetwork.csproj +++ b/NetLib/HaoYueNet.ServerNetwork/HaoYueNet.ServerNetwork.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 enable enable diff --git a/NetLib/HaoYueNet.ServerNetwork/Properties/PublishProfiles/FolderProfile.pubxml b/NetLib/HaoYueNet.ServerNetwork/Properties/PublishProfiles/FolderProfile.pubxml index ad97410..d37ba18 100644 --- a/NetLib/HaoYueNet.ServerNetwork/Properties/PublishProfiles/FolderProfile.pubxml +++ b/NetLib/HaoYueNet.ServerNetwork/Properties/PublishProfiles/FolderProfile.pubxml @@ -6,10 +6,10 @@ https://go.microsoft.com/fwlink/?LinkID=208121. Release Any CPU - bin\Release\net7.0\publish\win-x64\ + bin\Release\net8.0\publish\win-x64\ FileSystem <_TargetId>Folder - net7.0 + net8.0 win-x64 false false diff --git a/README.md b/README.md index bbc34d2..09a1075 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # HaoYueNet -.Net 7 的,自建基于IOCP的TCP的高性能网络库 +.Net 8 的,自建基于IOCP的TCP的高性能网络库 使用Protobuff作为基础协议(网络库本身不依赖Protobuff,仅上层示例依赖) diff --git a/Simple/Client-Cli/Client-Cli.csproj b/Simple/Client-Cli/Client-Cli.csproj index 7d56365..93e37cf 100644 --- a/Simple/Client-Cli/Client-Cli.csproj +++ b/Simple/Client-Cli/Client-Cli.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 Client_Cli enable enable diff --git a/Simple/ClientCore/ClientCore.csproj b/Simple/ClientCore/ClientCore.csproj index c3fefa8..7034eb5 100644 --- a/Simple/ClientCore/ClientCore.csproj +++ b/Simple/ClientCore/ClientCore.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 enable enable diff --git a/Simple/Protobuf/Protobuf.csproj b/Simple/Protobuf/Protobuf.csproj index c12031c..0133816 100644 --- a/Simple/Protobuf/Protobuf.csproj +++ b/Simple/Protobuf/Protobuf.csproj @@ -1,7 +1,7 @@ - + - net7.0 + net8.0 enable enable diff --git a/Simple/Server/Server.csproj b/Simple/Server/Server.csproj index 57b0271..cf53d73 100644 --- a/Simple/Server/Server.csproj +++ b/Simple/Server/Server.csproj @@ -1,8 +1,8 @@ - + Exe - net7.0 + net8.0 enable enable diff --git a/Simple/ServerCore/ServerCore.csproj b/Simple/ServerCore/ServerCore.csproj index e5bb8e0..bfd4dab 100644 --- a/Simple/ServerCore/ServerCore.csproj +++ b/Simple/ServerCore/ServerCore.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 enable enable