From 8917dc5aa66a25fcc26405a3af3864ad57d13b2e Mon Sep 17 00:00:00 2001
From: sin365 <353374337@qq.com>
Date: Mon, 15 Apr 2024 14:17:36 +0800
Subject: [PATCH] =?UTF-8?q?.net4x=E5=AE=8C=E5=96=84?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../HaoYueNet.ClientNetworkNet4x.csproj | 4 ++++
.../OtherMode/NetworkHelperCore_ListenerMode.cs | 13 ++++++-------
.../OtherMode/NetworkHelperCore_SourceMode.cs | 2 +-
.../HaoYueNet.ServerNetworkNet4x.csproj | 4 ++++
4 files changed, 15 insertions(+), 8 deletions(-)
diff --git a/NetLib/HaoYueNet.ClientNetworkNet4x/HaoYueNet.ClientNetworkNet4x.csproj b/NetLib/HaoYueNet.ClientNetworkNet4x/HaoYueNet.ClientNetworkNet4x.csproj
index 2d6a583..39011da 100644
--- a/NetLib/HaoYueNet.ClientNetworkNet4x/HaoYueNet.ClientNetworkNet4x.csproj
+++ b/NetLib/HaoYueNet.ClientNetworkNet4x/HaoYueNet.ClientNetworkNet4x.csproj
@@ -24,6 +24,10 @@
4
false
+
+
+ 8.0
+
pdbonly
true
diff --git a/NetLib/HaoYueNet.ClientNetworkNet4x/OtherMode/NetworkHelperCore_ListenerMode.cs b/NetLib/HaoYueNet.ClientNetworkNet4x/OtherMode/NetworkHelperCore_ListenerMode.cs
index eae28e4..f1315b6 100644
--- a/NetLib/HaoYueNet.ClientNetworkNet4x/OtherMode/NetworkHelperCore_ListenerMode.cs
+++ b/NetLib/HaoYueNet.ClientNetworkNet4x/OtherMode/NetworkHelperCore_ListenerMode.cs
@@ -1,14 +1,13 @@
-using System.Net;
-using System.Net.Sockets;
-using static HaoYueNet.ClientNetworkNet4x.BaseData;
+using System;
using System.Collections.Generic;
-using System.Threading.Tasks;
-using System;
using System.IO;
-using System.Threading;
using System.Linq;
+using System.Net;
+using System.Net.Sockets;
+using System.Threading;
+using System.Threading.Tasks;
-namespace HaoYueNet.ClientNetwork.OtherMode
+namespace HaoYueNet.ClientNetworkNet4x.OtherMode
{
public class NetworkHelperCore_ListenerMode
{
diff --git a/NetLib/HaoYueNet.ClientNetworkNet4x/OtherMode/NetworkHelperCore_SourceMode.cs b/NetLib/HaoYueNet.ClientNetworkNet4x/OtherMode/NetworkHelperCore_SourceMode.cs
index 6a320fe..f9717de 100644
--- a/NetLib/HaoYueNet.ClientNetworkNet4x/OtherMode/NetworkHelperCore_SourceMode.cs
+++ b/NetLib/HaoYueNet.ClientNetworkNet4x/OtherMode/NetworkHelperCore_SourceMode.cs
@@ -5,7 +5,7 @@ using System.Net.Sockets;
using System.Threading;
using static HaoYueNet.ClientNetworkNet4x.BaseData;
-namespace HaoYueNet.ClientNetwork.OtherMode
+namespace HaoYueNet.ClientNetworkNet4x.OtherMode
{
public class NetworkHelperCore_SourceMode
{
diff --git a/NetLib/HaoYueNet.ServerNetworkNet4x/HaoYueNet.ServerNetworkNet4x.csproj b/NetLib/HaoYueNet.ServerNetworkNet4x/HaoYueNet.ServerNetworkNet4x.csproj
index a1fae3f..9862383 100644
--- a/NetLib/HaoYueNet.ServerNetworkNet4x/HaoYueNet.ServerNetworkNet4x.csproj
+++ b/NetLib/HaoYueNet.ServerNetworkNet4x/HaoYueNet.ServerNetworkNet4x.csproj
@@ -22,6 +22,10 @@
prompt
4
+
+
+ 8.0
+
pdbonly
true