From 00d1925e3dc342b87ca3490883236ac6662bc0e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=A5=E6=B1=9D=E6=A3=8B=E8=8C=97?= <505554090@qq.com> Date: Wed, 15 Feb 2023 12:44:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=BC=95=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AdapterConsoleApp/AdapterConsoleApp.csproj" | 2 +- .../AdapterTesterConsoleApp/AdapterTesterConsoleApp.csproj" | 2 +- .../PipelineConsoleApp/PipelineConsoleApp.csproj" | 2 +- .../TLVWinFormsApp/TLVWinFormsApp.csproj" | 2 +- .../AccessRestrictionsConsoleApp.csproj | 2 +- .../DifferentProtocolConsoleApp.csproj | 2 +- .../BlogsDemos/HeartbeatConsoleApp/HeartbeatConsoleApp.csproj | 2 +- .../LimitNumberOfConnectionsConsoleApp.csproj | 2 +- .../ThrottlingConsoleApp/ThrottlingConsoleApp.csproj | 2 +- .../TrafficCounterConsoleApp/TrafficCounterConsoleApp.csproj | 2 +- .../BytePoolConsoleApp/BytePoolConsoleApp.csproj" | 2 +- .../ConsulConsoleApp/ConsulConsoleApp.csproj" | 2 +- .../ServiceConsoleApp/ServiceConsoleApp.csproj" | 2 +- .../WinFormsApp/WinFormsApp.csproj" | 2 +- .../EventBusClient/EventBusClient.csproj" | 2 +- .../EventBusServer/EventBusServer.csproj" | 2 +- .../FileServiceConsoleApp/FileServiceConsoleApp.csproj" | 2 +- .../FileClientConsoleApp/FileClientConsoleApp.csproj" | 2 +- .../FileClientGUI/FileClientGUI.csproj" | 2 +- .../FileServiceGUI/FileServiceGUI.csproj" | 2 +- .../ConsoleApp/ServiceConsoleApp.csproj" | 2 +- .../JsonRpcConsoleApp/JsonRpcConsoleApp.csproj" | 2 +- .../Log4netConsoleApp/Log4netConsoleApp.csproj" | 2 +- .../NATServiceConsoleApp/NATServiceConsoleApp.csproj" | 2 +- .../PluginConsoleApp/PluginConsoleApp.csproj" | 2 +- .../TcpServiceForWebApi/TcpServiceForWebApi.csproj" | 4 ++-- .../ClientApp/ClientApp.csproj" | 4 ++-- .../ClientApp/packages.config" | 2 +- .../ConsoleApp/ConsoleApp.csproj" | 2 +- .../ServiceApp/ServiceApp.csproj" | 4 ++-- .../ServiceApp/packages.config" | 2 +- .../TcpCommandLineConsoleApp/TcpCommandLineConsoleApp.csproj" | 2 +- .../ProtocolServerConsoleApp/ProtocolServerConsoleApp.csproj" | 2 +- .../RpcStreamConsoleApp/RpcStreamConsoleApp.csproj" | 2 +- .../TouchRpcClientApp/TouchRpcClientApp.csproj" | 2 +- .../TouchRpcServerApp/TouchRpcServerApp.csproj" | 2 +- .../RpcFactoryConsoleApp/RpcFactoryConsoleApp.csproj" | 2 +- .../ReverseRpcConsoleApp/ReverseRpcConsoleApp.csproj" | 2 +- .../TouchRpcWebApplication/TouchRpcWebApplication.csproj" | 2 +- .../WSTouchRpcClientConsoleApp.csproj" | 2 +- .../SerializationSelectorClassLibrary.csproj" | 2 +- .../SerializationSelectorConsoleApp.csproj" | 2 +- .../RecommendRpcConsoleApp/RecommendRpcConsoleApp.csproj" | 2 +- .../RpcClassLibrary/RpcClassLibrary.csproj" | 2 +- .../RpcImplementationClassLibrary.csproj" | 2 +- .../GeneratorRpcProxyConsoleApp.csproj" | 2 +- .../ScreenUdpReceiver/ScreenUdpReceiver.csproj" | 2 +- .../ScreenUdpSender/ScreenUdpSender.csproj" | 2 +- .../UdpDemoApp/UdpDemoApp.csproj" | 2 +- .../UdpBroadcastConsoleApp/UdpBroadcastConsoleApp.csproj" | 2 +- .../UnityServerConsoleApp/UnityServerConsoleApp.csproj" | 2 +- .../WebApiClientApp/WebApiClientApp.csproj" | 2 +- .../WebApiServer/WebApiServerApp.csproj" | 2 +- .../WSFormClientApp/WSFormClientApp.csproj" | 2 +- .../WebSocketConsoleApp/WebSocketConsoleApp.csproj" | 2 +- .../XmlRpcClientApp/XmlRpcClientApp.csproj" | 2 +- .../XmlRpcServerApp/XmlRpcServerApp.csproj" | 2 +- .../PackageConsoleApp/PackageConsoleApp.csproj" | 2 +- .../ClientWinFormsApp/ClientWinFormsApp.csproj" | 2 +- .../ServerConsoleApp/ServerConsoleApp.csproj" | 2 +- 60 files changed, 63 insertions(+), 63 deletions(-) diff --git "a/examples/Adapter\347\256\200\345\215\225\347\244\272\344\276\213/AdapterConsoleApp/AdapterConsoleApp.csproj" "b/examples/Adapter\347\256\200\345\215\225\347\244\272\344\276\213/AdapterConsoleApp/AdapterConsoleApp.csproj" index 444897ca..c408c6fb 100644 --- "a/examples/Adapter\347\256\200\345\215\225\347\244\272\344\276\213/AdapterConsoleApp/AdapterConsoleApp.csproj" +++ "b/examples/Adapter\347\256\200\345\215\225\347\244\272\344\276\213/AdapterConsoleApp/AdapterConsoleApp.csproj" @@ -6,7 +6,7 @@ - + diff --git "a/examples/Adapter\347\256\200\345\215\225\347\244\272\344\276\213/AdapterTesterConsoleApp/AdapterTesterConsoleApp.csproj" "b/examples/Adapter\347\256\200\345\215\225\347\244\272\344\276\213/AdapterTesterConsoleApp/AdapterTesterConsoleApp.csproj" index 9ae4c8be..aa64a832 100644 --- "a/examples/Adapter\347\256\200\345\215\225\347\244\272\344\276\213/AdapterTesterConsoleApp/AdapterTesterConsoleApp.csproj" +++ "b/examples/Adapter\347\256\200\345\215\225\347\244\272\344\276\213/AdapterTesterConsoleApp/AdapterTesterConsoleApp.csproj" @@ -7,6 +7,6 @@ - + diff --git "a/examples/Adapter\347\256\200\345\215\225\347\244\272\344\276\213/PipelineConsoleApp/PipelineConsoleApp.csproj" "b/examples/Adapter\347\256\200\345\215\225\347\244\272\344\276\213/PipelineConsoleApp/PipelineConsoleApp.csproj" index 9dac1bb4..2cbb55ae 100644 --- "a/examples/Adapter\347\256\200\345\215\225\347\244\272\344\276\213/PipelineConsoleApp/PipelineConsoleApp.csproj" +++ "b/examples/Adapter\347\256\200\345\215\225\347\244\272\344\276\213/PipelineConsoleApp/PipelineConsoleApp.csproj" @@ -8,7 +8,7 @@ - + diff --git "a/examples/Adapter\347\256\200\345\215\225\347\244\272\344\276\213/TLVWinFormsApp/TLVWinFormsApp.csproj" "b/examples/Adapter\347\256\200\345\215\225\347\244\272\344\276\213/TLVWinFormsApp/TLVWinFormsApp.csproj" index 4e7aa1e6..f33aac31 100644 --- "a/examples/Adapter\347\256\200\345\215\225\347\244\272\344\276\213/TLVWinFormsApp/TLVWinFormsApp.csproj" +++ "b/examples/Adapter\347\256\200\345\215\225\347\244\272\344\276\213/TLVWinFormsApp/TLVWinFormsApp.csproj" @@ -9,7 +9,7 @@ - + \ No newline at end of file diff --git a/examples/BlogsDemos/AccessRestrictionsConsoleApp/AccessRestrictionsConsoleApp.csproj b/examples/BlogsDemos/AccessRestrictionsConsoleApp/AccessRestrictionsConsoleApp.csproj index 9dac1bb4..2cbb55ae 100644 --- a/examples/BlogsDemos/AccessRestrictionsConsoleApp/AccessRestrictionsConsoleApp.csproj +++ b/examples/BlogsDemos/AccessRestrictionsConsoleApp/AccessRestrictionsConsoleApp.csproj @@ -8,7 +8,7 @@ - + diff --git a/examples/BlogsDemos/DifferentProtocolConsoleApp/DifferentProtocolConsoleApp.csproj b/examples/BlogsDemos/DifferentProtocolConsoleApp/DifferentProtocolConsoleApp.csproj index 9dac1bb4..2cbb55ae 100644 --- a/examples/BlogsDemos/DifferentProtocolConsoleApp/DifferentProtocolConsoleApp.csproj +++ b/examples/BlogsDemos/DifferentProtocolConsoleApp/DifferentProtocolConsoleApp.csproj @@ -8,7 +8,7 @@ - + diff --git a/examples/BlogsDemos/HeartbeatConsoleApp/HeartbeatConsoleApp.csproj b/examples/BlogsDemos/HeartbeatConsoleApp/HeartbeatConsoleApp.csproj index 8a191eef..79b4d4da 100644 --- a/examples/BlogsDemos/HeartbeatConsoleApp/HeartbeatConsoleApp.csproj +++ b/examples/BlogsDemos/HeartbeatConsoleApp/HeartbeatConsoleApp.csproj @@ -6,6 +6,6 @@ - + diff --git a/examples/BlogsDemos/LimitNumberOfConnectionsConsoleApp/LimitNumberOfConnectionsConsoleApp.csproj b/examples/BlogsDemos/LimitNumberOfConnectionsConsoleApp/LimitNumberOfConnectionsConsoleApp.csproj index fbd13b04..1aad04ce 100644 --- a/examples/BlogsDemos/LimitNumberOfConnectionsConsoleApp/LimitNumberOfConnectionsConsoleApp.csproj +++ b/examples/BlogsDemos/LimitNumberOfConnectionsConsoleApp/LimitNumberOfConnectionsConsoleApp.csproj @@ -6,7 +6,7 @@ - + diff --git a/examples/BlogsDemos/ThrottlingConsoleApp/ThrottlingConsoleApp.csproj b/examples/BlogsDemos/ThrottlingConsoleApp/ThrottlingConsoleApp.csproj index fbd13b04..1aad04ce 100644 --- a/examples/BlogsDemos/ThrottlingConsoleApp/ThrottlingConsoleApp.csproj +++ b/examples/BlogsDemos/ThrottlingConsoleApp/ThrottlingConsoleApp.csproj @@ -6,7 +6,7 @@ - + diff --git a/examples/BlogsDemos/TrafficCounterConsoleApp/TrafficCounterConsoleApp.csproj b/examples/BlogsDemos/TrafficCounterConsoleApp/TrafficCounterConsoleApp.csproj index 8a191eef..79b4d4da 100644 --- a/examples/BlogsDemos/TrafficCounterConsoleApp/TrafficCounterConsoleApp.csproj +++ b/examples/BlogsDemos/TrafficCounterConsoleApp/TrafficCounterConsoleApp.csproj @@ -6,6 +6,6 @@ - + diff --git "a/examples/BytePool\347\256\200\345\215\225\347\244\272\344\276\213/BytePoolConsoleApp/BytePoolConsoleApp.csproj" "b/examples/BytePool\347\256\200\345\215\225\347\244\272\344\276\213/BytePoolConsoleApp/BytePoolConsoleApp.csproj" index f653409b..4defdaf3 100644 --- "a/examples/BytePool\347\256\200\345\215\225\347\244\272\344\276\213/BytePoolConsoleApp/BytePoolConsoleApp.csproj" +++ "b/examples/BytePool\347\256\200\345\215\225\347\244\272\344\276\213/BytePoolConsoleApp/BytePoolConsoleApp.csproj" @@ -5,6 +5,6 @@ net6.0 - + diff --git "a/examples/Consul\351\233\206\347\276\244\347\244\272\344\276\213/ConsulConsoleApp/ConsulConsoleApp.csproj" "b/examples/Consul\351\233\206\347\276\244\347\244\272\344\276\213/ConsulConsoleApp/ConsulConsoleApp.csproj" index 3ce2ad88..a584f8a9 100644 --- "a/examples/Consul\351\233\206\347\276\244\347\244\272\344\276\213/ConsulConsoleApp/ConsulConsoleApp.csproj" +++ "b/examples/Consul\351\233\206\347\276\244\347\244\272\344\276\213/ConsulConsoleApp/ConsulConsoleApp.csproj" @@ -7,7 +7,7 @@ - + diff --git "a/examples/Consul\351\233\206\347\276\244\347\244\272\344\276\213/TouchRpc Consul\351\233\206\347\276\244/ServiceConsoleApp/ServiceConsoleApp.csproj" "b/examples/Consul\351\233\206\347\276\244\347\244\272\344\276\213/TouchRpc Consul\351\233\206\347\276\244/ServiceConsoleApp/ServiceConsoleApp.csproj" index 3ce2ad88..a584f8a9 100644 --- "a/examples/Consul\351\233\206\347\276\244\347\244\272\344\276\213/TouchRpc Consul\351\233\206\347\276\244/ServiceConsoleApp/ServiceConsoleApp.csproj" +++ "b/examples/Consul\351\233\206\347\276\244\347\244\272\344\276\213/TouchRpc Consul\351\233\206\347\276\244/ServiceConsoleApp/ServiceConsoleApp.csproj" @@ -7,7 +7,7 @@ - + diff --git "a/examples/Consul\351\233\206\347\276\244\347\244\272\344\276\213/TouchRpc Consul\351\233\206\347\276\244/WinFormsApp/WinFormsApp.csproj" "b/examples/Consul\351\233\206\347\276\244\347\244\272\344\276\213/TouchRpc Consul\351\233\206\347\276\244/WinFormsApp/WinFormsApp.csproj" index 3dd342a0..c69f13cf 100644 --- "a/examples/Consul\351\233\206\347\276\244\347\244\272\344\276\213/TouchRpc Consul\351\233\206\347\276\244/WinFormsApp/WinFormsApp.csproj" +++ "b/examples/Consul\351\233\206\347\276\244\347\244\272\344\276\213/TouchRpc Consul\351\233\206\347\276\244/WinFormsApp/WinFormsApp.csproj" @@ -8,7 +8,7 @@ - + \ No newline at end of file diff --git "a/examples/EventBus\347\256\200\345\215\225\347\244\272\344\276\213/EventBusClient/EventBusClient.csproj" "b/examples/EventBus\347\256\200\345\215\225\347\244\272\344\276\213/EventBusClient/EventBusClient.csproj" index 80fb9c73..a2419b7c 100644 --- "a/examples/EventBus\347\256\200\345\215\225\347\244\272\344\276\213/EventBusClient/EventBusClient.csproj" +++ "b/examples/EventBus\347\256\200\345\215\225\347\244\272\344\276\213/EventBusClient/EventBusClient.csproj" @@ -7,7 +7,7 @@ - + \ No newline at end of file diff --git "a/examples/EventBus\347\256\200\345\215\225\347\244\272\344\276\213/EventBusServer/EventBusServer.csproj" "b/examples/EventBus\347\256\200\345\215\225\347\244\272\344\276\213/EventBusServer/EventBusServer.csproj" index 765e7f72..61344c17 100644 --- "a/examples/EventBus\347\256\200\345\215\225\347\244\272\344\276\213/EventBusServer/EventBusServer.csproj" +++ "b/examples/EventBus\347\256\200\345\215\225\347\244\272\344\276\213/EventBusServer/EventBusServer.csproj" @@ -7,6 +7,6 @@ - + \ No newline at end of file diff --git "a/examples/FileTransfer\347\256\200\345\215\225\347\244\272\344\276\213/FileClientApp/FileServiceConsoleApp/FileServiceConsoleApp.csproj" "b/examples/FileTransfer\347\256\200\345\215\225\347\244\272\344\276\213/FileClientApp/FileServiceConsoleApp/FileServiceConsoleApp.csproj" index 0aa0ec97..200a7a7c 100644 --- "a/examples/FileTransfer\347\256\200\345\215\225\347\244\272\344\276\213/FileClientApp/FileServiceConsoleApp/FileServiceConsoleApp.csproj" +++ "b/examples/FileTransfer\347\256\200\345\215\225\347\244\272\344\276\213/FileClientApp/FileServiceConsoleApp/FileServiceConsoleApp.csproj" @@ -5,6 +5,6 @@ net6.0 - + diff --git "a/examples/FileTransfer\347\256\200\345\215\225\347\244\272\344\276\213/FileClientConsoleApp/FileClientConsoleApp.csproj" "b/examples/FileTransfer\347\256\200\345\215\225\347\244\272\344\276\213/FileClientConsoleApp/FileClientConsoleApp.csproj" index 0aa0ec97..200a7a7c 100644 --- "a/examples/FileTransfer\347\256\200\345\215\225\347\244\272\344\276\213/FileClientConsoleApp/FileClientConsoleApp.csproj" +++ "b/examples/FileTransfer\347\256\200\345\215\225\347\244\272\344\276\213/FileClientConsoleApp/FileClientConsoleApp.csproj" @@ -5,6 +5,6 @@ net6.0 - + diff --git "a/examples/FileTransfer\347\256\200\345\215\225\347\244\272\344\276\213/FileClientGUI/FileClientGUI.csproj" "b/examples/FileTransfer\347\256\200\345\215\225\347\244\272\344\276\213/FileClientGUI/FileClientGUI.csproj" index 2bbbaf62..5014673a 100644 --- "a/examples/FileTransfer\347\256\200\345\215\225\347\244\272\344\276\213/FileClientGUI/FileClientGUI.csproj" +++ "b/examples/FileTransfer\347\256\200\345\215\225\347\244\272\344\276\213/FileClientGUI/FileClientGUI.csproj" @@ -12,7 +12,7 @@ - + diff --git "a/examples/FileTransfer\347\256\200\345\215\225\347\244\272\344\276\213/FileServiceGUI/FileServiceGUI.csproj" "b/examples/FileTransfer\347\256\200\345\215\225\347\244\272\344\276\213/FileServiceGUI/FileServiceGUI.csproj" index da0b3ad2..cc3a3190 100644 --- "a/examples/FileTransfer\347\256\200\345\215\225\347\244\272\344\276\213/FileServiceGUI/FileServiceGUI.csproj" +++ "b/examples/FileTransfer\347\256\200\345\215\225\347\244\272\344\276\213/FileServiceGUI/FileServiceGUI.csproj" @@ -12,7 +12,7 @@ - + diff --git "a/examples/Http\347\256\200\345\215\225\347\244\272\344\276\213/ConsoleApp/ServiceConsoleApp.csproj" "b/examples/Http\347\256\200\345\215\225\347\244\272\344\276\213/ConsoleApp/ServiceConsoleApp.csproj" index 8a191eef..79b4d4da 100644 --- "a/examples/Http\347\256\200\345\215\225\347\244\272\344\276\213/ConsoleApp/ServiceConsoleApp.csproj" +++ "b/examples/Http\347\256\200\345\215\225\347\244\272\344\276\213/ConsoleApp/ServiceConsoleApp.csproj" @@ -6,6 +6,6 @@ - + diff --git "a/examples/JsonRpc\347\256\200\345\215\225\347\244\272\344\276\213/JsonRpcConsoleApp/JsonRpcConsoleApp.csproj" "b/examples/JsonRpc\347\256\200\345\215\225\347\244\272\344\276\213/JsonRpcConsoleApp/JsonRpcConsoleApp.csproj" index d5c9f923..38e5a9e0 100644 --- "a/examples/JsonRpc\347\256\200\345\215\225\347\244\272\344\276\213/JsonRpcConsoleApp/JsonRpcConsoleApp.csproj" +++ "b/examples/JsonRpc\347\256\200\345\215\225\347\244\272\344\276\213/JsonRpcConsoleApp/JsonRpcConsoleApp.csproj" @@ -7,6 +7,6 @@ - + diff --git "a/examples/Log4net\346\227\245\345\277\227\346\263\250\345\205\245/Log4netConsoleApp/Log4netConsoleApp.csproj" "b/examples/Log4net\346\227\245\345\277\227\346\263\250\345\205\245/Log4netConsoleApp/Log4netConsoleApp.csproj" index 440def17..59295b60 100644 --- "a/examples/Log4net\346\227\245\345\277\227\346\263\250\345\205\245/Log4netConsoleApp/Log4netConsoleApp.csproj" +++ "b/examples/Log4net\346\227\245\345\277\227\346\263\250\345\205\245/Log4netConsoleApp/Log4netConsoleApp.csproj" @@ -9,7 +9,7 @@ - + diff --git "a/examples/NAT\347\256\200\345\215\225\347\244\272\344\276\213/NATServiceConsoleApp/NATServiceConsoleApp.csproj" "b/examples/NAT\347\256\200\345\215\225\347\244\272\344\276\213/NATServiceConsoleApp/NATServiceConsoleApp.csproj" index 34fa1bf0..1a847a90 100644 --- "a/examples/NAT\347\256\200\345\215\225\347\244\272\344\276\213/NATServiceConsoleApp/NATServiceConsoleApp.csproj" +++ "b/examples/NAT\347\256\200\345\215\225\347\244\272\344\276\213/NATServiceConsoleApp/NATServiceConsoleApp.csproj" @@ -6,7 +6,7 @@ - + diff --git "a/examples/Plugin\347\256\200\345\215\225\347\244\272\344\276\213/PluginConsoleApp/PluginConsoleApp.csproj" "b/examples/Plugin\347\256\200\345\215\225\347\244\272\344\276\213/PluginConsoleApp/PluginConsoleApp.csproj" index 8a191eef..79b4d4da 100644 --- "a/examples/Plugin\347\256\200\345\215\225\347\244\272\344\276\213/PluginConsoleApp/PluginConsoleApp.csproj" +++ "b/examples/Plugin\347\256\200\345\215\225\347\244\272\344\276\213/PluginConsoleApp/PluginConsoleApp.csproj" @@ -6,6 +6,6 @@ - + diff --git "a/examples/Tcp\347\256\200\345\215\225\347\244\272\344\276\213/AspNetCore/TcpServiceForWebApi/TcpServiceForWebApi.csproj" "b/examples/Tcp\347\256\200\345\215\225\347\244\272\344\276\213/AspNetCore/TcpServiceForWebApi/TcpServiceForWebApi.csproj" index 2a415bcc..531851da 100644 --- "a/examples/Tcp\347\256\200\345\215\225\347\244\272\344\276\213/AspNetCore/TcpServiceForWebApi/TcpServiceForWebApi.csproj" +++ "b/examples/Tcp\347\256\200\345\215\225\347\244\272\344\276\213/AspNetCore/TcpServiceForWebApi/TcpServiceForWebApi.csproj" @@ -6,7 +6,7 @@ - - + + diff --git "a/examples/Tcp\347\256\200\345\215\225\347\244\272\344\276\213/ClientApp/ClientApp.csproj" "b/examples/Tcp\347\256\200\345\215\225\347\244\272\344\276\213/ClientApp/ClientApp.csproj" index 9adc74ce..56cadeca 100644 --- "a/examples/Tcp\347\256\200\345\215\225\347\244\272\344\276\213/ClientApp/ClientApp.csproj" +++ "b/examples/Tcp\347\256\200\345\215\225\347\244\272\344\276\213/ClientApp/ClientApp.csproj" @@ -46,8 +46,8 @@ - - ..\..\..\packages\TouchSocket.1.2.10\lib\net45\TouchSocket.dll + + ..\..\..\packages\TouchSocket.1.2.11\lib\net45\TouchSocket.dll diff --git "a/examples/Tcp\347\256\200\345\215\225\347\244\272\344\276\213/ClientApp/packages.config" "b/examples/Tcp\347\256\200\345\215\225\347\244\272\344\276\213/ClientApp/packages.config" index ab83bd7b..d7397eea 100644 --- "a/examples/Tcp\347\256\200\345\215\225\347\244\272\344\276\213/ClientApp/packages.config" +++ "b/examples/Tcp\347\256\200\345\215\225\347\244\272\344\276\213/ClientApp/packages.config" @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git "a/examples/Tcp\347\256\200\345\215\225\347\244\272\344\276\213/ConsoleApp/ConsoleApp.csproj" "b/examples/Tcp\347\256\200\345\215\225\347\244\272\344\276\213/ConsoleApp/ConsoleApp.csproj" index 5cbd4485..19d7c84c 100644 --- "a/examples/Tcp\347\256\200\345\215\225\347\244\272\344\276\213/ConsoleApp/ConsoleApp.csproj" +++ "b/examples/Tcp\347\256\200\345\215\225\347\244\272\344\276\213/ConsoleApp/ConsoleApp.csproj" @@ -6,7 +6,7 @@ - + diff --git "a/examples/Tcp\347\256\200\345\215\225\347\244\272\344\276\213/ServiceApp/ServiceApp.csproj" "b/examples/Tcp\347\256\200\345\215\225\347\244\272\344\276\213/ServiceApp/ServiceApp.csproj" index c44bebb5..a459c1ef 100644 --- "a/examples/Tcp\347\256\200\345\215\225\347\244\272\344\276\213/ServiceApp/ServiceApp.csproj" +++ "b/examples/Tcp\347\256\200\345\215\225\347\244\272\344\276\213/ServiceApp/ServiceApp.csproj" @@ -46,8 +46,8 @@ - - ..\..\..\packages\TouchSocket.1.2.10\lib\net45\TouchSocket.dll + + ..\..\..\packages\TouchSocket.1.2.11\lib\net45\TouchSocket.dll diff --git "a/examples/Tcp\347\256\200\345\215\225\347\244\272\344\276\213/ServiceApp/packages.config" "b/examples/Tcp\347\256\200\345\215\225\347\244\272\344\276\213/ServiceApp/packages.config" index ab83bd7b..d7397eea 100644 --- "a/examples/Tcp\347\256\200\345\215\225\347\244\272\344\276\213/ServiceApp/packages.config" +++ "b/examples/Tcp\347\256\200\345\215\225\347\244\272\344\276\213/ServiceApp/packages.config" @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git "a/examples/Tcp\347\256\200\345\215\225\347\244\272\344\276\213/Tcp\345\221\275\344\273\244\350\241\214\346\211\247\350\241\214\346\217\222\344\273\266/TcpCommandLineConsoleApp/TcpCommandLineConsoleApp.csproj" "b/examples/Tcp\347\256\200\345\215\225\347\244\272\344\276\213/Tcp\345\221\275\344\273\244\350\241\214\346\211\247\350\241\214\346\217\222\344\273\266/TcpCommandLineConsoleApp/TcpCommandLineConsoleApp.csproj" index 9dac1bb4..2cbb55ae 100644 --- "a/examples/Tcp\347\256\200\345\215\225\347\244\272\344\276\213/Tcp\345\221\275\344\273\244\350\241\214\346\211\247\350\241\214\346\217\222\344\273\266/TcpCommandLineConsoleApp/TcpCommandLineConsoleApp.csproj" +++ "b/examples/Tcp\347\256\200\345\215\225\347\244\272\344\276\213/Tcp\345\221\275\344\273\244\350\241\214\346\211\247\350\241\214\346\217\222\344\273\266/TcpCommandLineConsoleApp/TcpCommandLineConsoleApp.csproj" @@ -8,7 +8,7 @@ - + diff --git "a/examples/TouchRpc\347\256\200\345\215\225\347\244\272\344\276\213/ProtocolServerConsoleApp/ProtocolServerConsoleApp.csproj" "b/examples/TouchRpc\347\256\200\345\215\225\347\244\272\344\276\213/ProtocolServerConsoleApp/ProtocolServerConsoleApp.csproj" index fbd13b04..1aad04ce 100644 --- "a/examples/TouchRpc\347\256\200\345\215\225\347\244\272\344\276\213/ProtocolServerConsoleApp/ProtocolServerConsoleApp.csproj" +++ "b/examples/TouchRpc\347\256\200\345\215\225\347\244\272\344\276\213/ProtocolServerConsoleApp/ProtocolServerConsoleApp.csproj" @@ -6,7 +6,7 @@ - + diff --git "a/examples/TouchRpc\347\256\200\345\215\225\347\244\272\344\276\213/Rpc\346\265\201\345\274\217\346\225\260\346\215\256\344\274\240\350\276\223/RpcStreamConsoleApp/RpcStreamConsoleApp.csproj" "b/examples/TouchRpc\347\256\200\345\215\225\347\244\272\344\276\213/Rpc\346\265\201\345\274\217\346\225\260\346\215\256\344\274\240\350\276\223/RpcStreamConsoleApp/RpcStreamConsoleApp.csproj" index 9dac1bb4..2cbb55ae 100644 --- "a/examples/TouchRpc\347\256\200\345\215\225\347\244\272\344\276\213/Rpc\346\265\201\345\274\217\346\225\260\346\215\256\344\274\240\350\276\223/RpcStreamConsoleApp/RpcStreamConsoleApp.csproj" +++ "b/examples/TouchRpc\347\256\200\345\215\225\347\244\272\344\276\213/Rpc\346\265\201\345\274\217\346\225\260\346\215\256\344\274\240\350\276\223/RpcStreamConsoleApp/RpcStreamConsoleApp.csproj" @@ -8,7 +8,7 @@ - + diff --git "a/examples/TouchRpc\347\256\200\345\215\225\347\244\272\344\276\213/TouchRpcClientApp/TouchRpcClientApp.csproj" "b/examples/TouchRpc\347\256\200\345\215\225\347\244\272\344\276\213/TouchRpcClientApp/TouchRpcClientApp.csproj" index ebe30227..ec3a513e 100644 --- "a/examples/TouchRpc\347\256\200\345\215\225\347\244\272\344\276\213/TouchRpcClientApp/TouchRpcClientApp.csproj" +++ "b/examples/TouchRpc\347\256\200\345\215\225\347\244\272\344\276\213/TouchRpcClientApp/TouchRpcClientApp.csproj" @@ -8,6 +8,6 @@ - + \ No newline at end of file diff --git "a/examples/TouchRpc\347\256\200\345\215\225\347\244\272\344\276\213/TouchRpcServerApp/TouchRpcServerApp.csproj" "b/examples/TouchRpc\347\256\200\345\215\225\347\244\272\344\276\213/TouchRpcServerApp/TouchRpcServerApp.csproj" index fbd13b04..1aad04ce 100644 --- "a/examples/TouchRpc\347\256\200\345\215\225\347\244\272\344\276\213/TouchRpcServerApp/TouchRpcServerApp.csproj" +++ "b/examples/TouchRpc\347\256\200\345\215\225\347\244\272\344\276\213/TouchRpcServerApp/TouchRpcServerApp.csproj" @@ -6,7 +6,7 @@ - + diff --git "a/examples/TouchRpc\347\256\200\345\215\225\347\244\272\344\276\213/TouchRpc\345\267\245\345\216\202\347\244\272\344\276\213/RpcFactoryConsoleApp/RpcFactoryConsoleApp.csproj" "b/examples/TouchRpc\347\256\200\345\215\225\347\244\272\344\276\213/TouchRpc\345\267\245\345\216\202\347\244\272\344\276\213/RpcFactoryConsoleApp/RpcFactoryConsoleApp.csproj" index e434049e..76d9b367 100644 --- "a/examples/TouchRpc\347\256\200\345\215\225\347\244\272\344\276\213/TouchRpc\345\267\245\345\216\202\347\244\272\344\276\213/RpcFactoryConsoleApp/RpcFactoryConsoleApp.csproj" +++ "b/examples/TouchRpc\347\256\200\345\215\225\347\244\272\344\276\213/TouchRpc\345\267\245\345\216\202\347\244\272\344\276\213/RpcFactoryConsoleApp/RpcFactoryConsoleApp.csproj" @@ -8,7 +8,7 @@ - + diff --git "a/examples/TouchRpc\347\256\200\345\215\225\347\244\272\344\276\213/\345\217\215\345\220\221Rpc\347\244\272\344\276\213/ReverseRpcConsoleApp/ReverseRpcConsoleApp.csproj" "b/examples/TouchRpc\347\256\200\345\215\225\347\244\272\344\276\213/\345\217\215\345\220\221Rpc\347\244\272\344\276\213/ReverseRpcConsoleApp/ReverseRpcConsoleApp.csproj" index a495f545..b297b165 100644 --- "a/examples/TouchRpc\347\256\200\345\215\225\347\244\272\344\276\213/\345\217\215\345\220\221Rpc\347\244\272\344\276\213/ReverseRpcConsoleApp/ReverseRpcConsoleApp.csproj" +++ "b/examples/TouchRpc\347\256\200\345\215\225\347\244\272\344\276\213/\345\217\215\345\220\221Rpc\347\244\272\344\276\213/ReverseRpcConsoleApp/ReverseRpcConsoleApp.csproj" @@ -6,6 +6,6 @@ - + diff --git "a/examples/TouchRpc\347\256\200\345\215\225\347\244\272\344\276\213/\345\237\272\344\272\216AspNetCore\347\232\204WebSocket\345\215\217\350\256\256/TouchRpcWebApplication/TouchRpcWebApplication.csproj" "b/examples/TouchRpc\347\256\200\345\215\225\347\244\272\344\276\213/\345\237\272\344\272\216AspNetCore\347\232\204WebSocket\345\215\217\350\256\256/TouchRpcWebApplication/TouchRpcWebApplication.csproj" index 9377c863..497230d4 100644 --- "a/examples/TouchRpc\347\256\200\345\215\225\347\244\272\344\276\213/\345\237\272\344\272\216AspNetCore\347\232\204WebSocket\345\215\217\350\256\256/TouchRpcWebApplication/TouchRpcWebApplication.csproj" +++ "b/examples/TouchRpc\347\256\200\345\215\225\347\244\272\344\276\213/\345\237\272\344\272\216AspNetCore\347\232\204WebSocket\345\215\217\350\256\256/TouchRpcWebApplication/TouchRpcWebApplication.csproj" @@ -7,6 +7,6 @@ - + diff --git "a/examples/TouchRpc\347\256\200\345\215\225\347\244\272\344\276\213/\345\237\272\344\272\216AspNetCore\347\232\204WebSocket\345\215\217\350\256\256/WSTouchRpcClientConsoleApp/WSTouchRpcClientConsoleApp.csproj" "b/examples/TouchRpc\347\256\200\345\215\225\347\244\272\344\276\213/\345\237\272\344\272\216AspNetCore\347\232\204WebSocket\345\215\217\350\256\256/WSTouchRpcClientConsoleApp/WSTouchRpcClientConsoleApp.csproj" index 58024230..086eab53 100644 --- "a/examples/TouchRpc\347\256\200\345\215\225\347\244\272\344\276\213/\345\237\272\344\272\216AspNetCore\347\232\204WebSocket\345\215\217\350\256\256/WSTouchRpcClientConsoleApp/WSTouchRpcClientConsoleApp.csproj" +++ "b/examples/TouchRpc\347\256\200\345\215\225\347\244\272\344\276\213/\345\237\272\344\272\216AspNetCore\347\232\204WebSocket\345\215\217\350\256\256/WSTouchRpcClientConsoleApp/WSTouchRpcClientConsoleApp.csproj" @@ -7,6 +7,6 @@ - + \ No newline at end of file diff --git "a/examples/TouchRpc\347\256\200\345\215\225\347\244\272\344\276\213/\345\272\217\345\210\227\345\214\226\351\200\211\346\213\251\345\231\250/SerializationSelectorClassLibrary/SerializationSelectorClassLibrary.csproj" "b/examples/TouchRpc\347\256\200\345\215\225\347\244\272\344\276\213/\345\272\217\345\210\227\345\214\226\351\200\211\346\213\251\345\231\250/SerializationSelectorClassLibrary/SerializationSelectorClassLibrary.csproj" index 1528b66e..35646bb6 100644 --- "a/examples/TouchRpc\347\256\200\345\215\225\347\244\272\344\276\213/\345\272\217\345\210\227\345\214\226\351\200\211\346\213\251\345\231\250/SerializationSelectorClassLibrary/SerializationSelectorClassLibrary.csproj" +++ "b/examples/TouchRpc\347\256\200\345\215\225\347\244\272\344\276\213/\345\272\217\345\210\227\345\214\226\351\200\211\346\213\251\345\231\250/SerializationSelectorClassLibrary/SerializationSelectorClassLibrary.csproj" @@ -6,7 +6,7 @@ - + diff --git "a/examples/TouchRpc\347\256\200\345\215\225\347\244\272\344\276\213/\345\272\217\345\210\227\345\214\226\351\200\211\346\213\251\345\231\250/SerializationSelectorConsoleApp/SerializationSelectorConsoleApp.csproj" "b/examples/TouchRpc\347\256\200\345\215\225\347\244\272\344\276\213/\345\272\217\345\210\227\345\214\226\351\200\211\346\213\251\345\231\250/SerializationSelectorConsoleApp/SerializationSelectorConsoleApp.csproj" index 06da9771..e9f035c9 100644 --- "a/examples/TouchRpc\347\256\200\345\215\225\347\244\272\344\276\213/\345\272\217\345\210\227\345\214\226\351\200\211\346\213\251\345\231\250/SerializationSelectorConsoleApp/SerializationSelectorConsoleApp.csproj" +++ "b/examples/TouchRpc\347\256\200\345\215\225\347\244\272\344\276\213/\345\272\217\345\210\227\345\214\226\351\200\211\346\213\251\345\231\250/SerializationSelectorConsoleApp/SerializationSelectorConsoleApp.csproj" @@ -7,7 +7,7 @@ enable - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git "a/examples/TouchRpc\347\256\200\345\215\225\347\244\272\344\276\213/\346\216\250\350\215\220\347\224\250\346\263\225/RecommendRpcConsoleApp/RecommendRpcConsoleApp.csproj" "b/examples/TouchRpc\347\256\200\345\215\225\347\244\272\344\276\213/\346\216\250\350\215\220\347\224\250\346\263\225/RecommendRpcConsoleApp/RecommendRpcConsoleApp.csproj" index c0f0876a..2d358e46 100644 --- "a/examples/TouchRpc\347\256\200\345\215\225\347\244\272\344\276\213/\346\216\250\350\215\220\347\224\250\346\263\225/RecommendRpcConsoleApp/RecommendRpcConsoleApp.csproj" +++ "b/examples/TouchRpc\347\256\200\345\215\225\347\244\272\344\276\213/\346\216\250\350\215\220\347\224\250\346\263\225/RecommendRpcConsoleApp/RecommendRpcConsoleApp.csproj" @@ -8,7 +8,7 @@ - + diff --git "a/examples/TouchRpc\347\256\200\345\215\225\347\244\272\344\276\213/\346\216\250\350\215\220\347\224\250\346\263\225/RpcClassLibrary/RpcClassLibrary.csproj" "b/examples/TouchRpc\347\256\200\345\215\225\347\244\272\344\276\213/\346\216\250\350\215\220\347\224\250\346\263\225/RpcClassLibrary/RpcClassLibrary.csproj" index a83893dd..024f9015 100644 --- "a/examples/TouchRpc\347\256\200\345\215\225\347\244\272\344\276\213/\346\216\250\350\215\220\347\224\250\346\263\225/RpcClassLibrary/RpcClassLibrary.csproj" +++ "b/examples/TouchRpc\347\256\200\345\215\225\347\244\272\344\276\213/\346\216\250\350\215\220\347\224\250\346\263\225/RpcClassLibrary/RpcClassLibrary.csproj" @@ -5,7 +5,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git "a/examples/TouchRpc\347\256\200\345\215\225\347\244\272\344\276\213/\346\216\250\350\215\220\347\224\250\346\263\225/RpcImplementationClassLibrary/RpcImplementationClassLibrary.csproj" "b/examples/TouchRpc\347\256\200\345\215\225\347\244\272\344\276\213/\346\216\250\350\215\220\347\224\250\346\263\225/RpcImplementationClassLibrary/RpcImplementationClassLibrary.csproj" index eceb36b1..9bb49eba 100644 --- "a/examples/TouchRpc\347\256\200\345\215\225\347\244\272\344\276\213/\346\216\250\350\215\220\347\224\250\346\263\225/RpcImplementationClassLibrary/RpcImplementationClassLibrary.csproj" +++ "b/examples/TouchRpc\347\256\200\345\215\225\347\244\272\344\276\213/\346\216\250\350\215\220\347\224\250\346\263\225/RpcImplementationClassLibrary/RpcImplementationClassLibrary.csproj" @@ -5,7 +5,7 @@ - + diff --git "a/examples/TouchRpc\347\256\200\345\215\225\347\244\272\344\276\213/\346\272\220\344\273\243\347\240\201\347\224\237\346\210\220\344\273\243\347\220\206/GeneratorRpcProxyConsoleApp/GeneratorRpcProxyConsoleApp.csproj" "b/examples/TouchRpc\347\256\200\345\215\225\347\244\272\344\276\213/\346\272\220\344\273\243\347\240\201\347\224\237\346\210\220\344\273\243\347\220\206/GeneratorRpcProxyConsoleApp/GeneratorRpcProxyConsoleApp.csproj" index 2f4120e5..baaf131e 100644 --- "a/examples/TouchRpc\347\256\200\345\215\225\347\244\272\344\276\213/\346\272\220\344\273\243\347\240\201\347\224\237\346\210\220\344\273\243\347\220\206/GeneratorRpcProxyConsoleApp/GeneratorRpcProxyConsoleApp.csproj" +++ "b/examples/TouchRpc\347\256\200\345\215\225\347\244\272\344\276\213/\346\272\220\344\273\243\347\240\201\347\224\237\346\210\220\344\273\243\347\220\206/GeneratorRpcProxyConsoleApp/GeneratorRpcProxyConsoleApp.csproj" @@ -8,7 +8,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git "a/examples/Udp\347\256\200\345\215\225\347\244\272\344\276\213/UDP\345\261\217\345\271\225\346\215\225\346\215\211\345\231\250/ScreenUdpReceiver/ScreenUdpReceiver.csproj" "b/examples/Udp\347\256\200\345\215\225\347\244\272\344\276\213/UDP\345\261\217\345\271\225\346\215\225\346\215\211\345\231\250/ScreenUdpReceiver/ScreenUdpReceiver.csproj" index a775c0ac..cbc95091 100644 --- "a/examples/Udp\347\256\200\345\215\225\347\244\272\344\276\213/UDP\345\261\217\345\271\225\346\215\225\346\215\211\345\231\250/ScreenUdpReceiver/ScreenUdpReceiver.csproj" +++ "b/examples/Udp\347\256\200\345\215\225\347\244\272\344\276\213/UDP\345\261\217\345\271\225\346\215\225\346\215\211\345\231\250/ScreenUdpReceiver/ScreenUdpReceiver.csproj" @@ -7,7 +7,7 @@ - + \ No newline at end of file diff --git "a/examples/Udp\347\256\200\345\215\225\347\244\272\344\276\213/UDP\345\261\217\345\271\225\346\215\225\346\215\211\345\231\250/ScreenUdpSender/ScreenUdpSender.csproj" "b/examples/Udp\347\256\200\345\215\225\347\244\272\344\276\213/UDP\345\261\217\345\271\225\346\215\225\346\215\211\345\231\250/ScreenUdpSender/ScreenUdpSender.csproj" index a775c0ac..cbc95091 100644 --- "a/examples/Udp\347\256\200\345\215\225\347\244\272\344\276\213/UDP\345\261\217\345\271\225\346\215\225\346\215\211\345\231\250/ScreenUdpSender/ScreenUdpSender.csproj" +++ "b/examples/Udp\347\256\200\345\215\225\347\244\272\344\276\213/UDP\345\261\217\345\271\225\346\215\225\346\215\211\345\231\250/ScreenUdpSender/ScreenUdpSender.csproj" @@ -7,7 +7,7 @@ - + \ No newline at end of file diff --git "a/examples/Udp\347\256\200\345\215\225\347\244\272\344\276\213/UdpDemoApp/UdpDemoApp.csproj" "b/examples/Udp\347\256\200\345\215\225\347\244\272\344\276\213/UdpDemoApp/UdpDemoApp.csproj" index 3897b57e..0195a52a 100644 --- "a/examples/Udp\347\256\200\345\215\225\347\244\272\344\276\213/UdpDemoApp/UdpDemoApp.csproj" +++ "b/examples/Udp\347\256\200\345\215\225\347\244\272\344\276\213/UdpDemoApp/UdpDemoApp.csproj" @@ -7,6 +7,6 @@ - + \ No newline at end of file diff --git "a/examples/Udp\347\256\200\345\215\225\347\244\272\344\276\213/Udp\347\273\204\346\222\255\343\200\201\345\271\277\346\222\255/UdpBroadcastConsoleApp/UdpBroadcastConsoleApp.csproj" "b/examples/Udp\347\256\200\345\215\225\347\244\272\344\276\213/Udp\347\273\204\346\222\255\343\200\201\345\271\277\346\222\255/UdpBroadcastConsoleApp/UdpBroadcastConsoleApp.csproj" index 9dac1bb4..2cbb55ae 100644 --- "a/examples/Udp\347\256\200\345\215\225\347\244\272\344\276\213/Udp\347\273\204\346\222\255\343\200\201\345\271\277\346\222\255/UdpBroadcastConsoleApp/UdpBroadcastConsoleApp.csproj" +++ "b/examples/Udp\347\256\200\345\215\225\347\244\272\344\276\213/Udp\347\273\204\346\222\255\343\200\201\345\271\277\346\222\255/UdpBroadcastConsoleApp/UdpBroadcastConsoleApp.csproj" @@ -8,7 +8,7 @@ - + diff --git "a/examples/Unity3d\347\256\200\345\215\225\347\244\272\344\276\213/UnityServer/UnityServerConsoleApp/UnityServerConsoleApp.csproj" "b/examples/Unity3d\347\256\200\345\215\225\347\244\272\344\276\213/UnityServer/UnityServerConsoleApp/UnityServerConsoleApp.csproj" index 9c814da0..126a27d1 100644 --- "a/examples/Unity3d\347\256\200\345\215\225\347\244\272\344\276\213/UnityServer/UnityServerConsoleApp/UnityServerConsoleApp.csproj" +++ "b/examples/Unity3d\347\256\200\345\215\225\347\244\272\344\276\213/UnityServer/UnityServerConsoleApp/UnityServerConsoleApp.csproj" @@ -5,6 +5,6 @@ net6.0 - + diff --git "a/examples/WebApi\347\256\200\345\215\225\347\244\272\344\276\213/WebApiClientApp/WebApiClientApp.csproj" "b/examples/WebApi\347\256\200\345\215\225\347\244\272\344\276\213/WebApiClientApp/WebApiClientApp.csproj" index c1072ab7..16ffa364 100644 --- "a/examples/WebApi\347\256\200\345\215\225\347\244\272\344\276\213/WebApiClientApp/WebApiClientApp.csproj" +++ "b/examples/WebApi\347\256\200\345\215\225\347\244\272\344\276\213/WebApiClientApp/WebApiClientApp.csproj" @@ -4,6 +4,6 @@ net6.0 - + \ No newline at end of file diff --git "a/examples/WebApi\347\256\200\345\215\225\347\244\272\344\276\213/WebApiServer/WebApiServerApp.csproj" "b/examples/WebApi\347\256\200\345\215\225\347\244\272\344\276\213/WebApiServer/WebApiServerApp.csproj" index fbd13b04..1aad04ce 100644 --- "a/examples/WebApi\347\256\200\345\215\225\347\244\272\344\276\213/WebApiServer/WebApiServerApp.csproj" +++ "b/examples/WebApi\347\256\200\345\215\225\347\244\272\344\276\213/WebApiServer/WebApiServerApp.csproj" @@ -6,7 +6,7 @@ - + diff --git "a/examples/WebSocket\347\256\200\345\215\225\347\244\272\344\276\213/WSFormClientApp/WSFormClientApp.csproj" "b/examples/WebSocket\347\256\200\345\215\225\347\244\272\344\276\213/WSFormClientApp/WSFormClientApp.csproj" index a775c0ac..cbc95091 100644 --- "a/examples/WebSocket\347\256\200\345\215\225\347\244\272\344\276\213/WSFormClientApp/WSFormClientApp.csproj" +++ "b/examples/WebSocket\347\256\200\345\215\225\347\244\272\344\276\213/WSFormClientApp/WSFormClientApp.csproj" @@ -7,7 +7,7 @@ - + \ No newline at end of file diff --git "a/examples/WebSocket\347\256\200\345\215\225\347\244\272\344\276\213/WebSocketConsoleApp/WebSocketConsoleApp.csproj" "b/examples/WebSocket\347\256\200\345\215\225\347\244\272\344\276\213/WebSocketConsoleApp/WebSocketConsoleApp.csproj" index 84af5c3e..564f0bf3 100644 --- "a/examples/WebSocket\347\256\200\345\215\225\347\244\272\344\276\213/WebSocketConsoleApp/WebSocketConsoleApp.csproj" +++ "b/examples/WebSocket\347\256\200\345\215\225\347\244\272\344\276\213/WebSocketConsoleApp/WebSocketConsoleApp.csproj" @@ -6,7 +6,7 @@ - + diff --git "a/examples/XmlRpc\347\256\200\345\215\225\347\244\272\344\276\213/XmlRpcClientApp/XmlRpcClientApp.csproj" "b/examples/XmlRpc\347\256\200\345\215\225\347\244\272\344\276\213/XmlRpcClientApp/XmlRpcClientApp.csproj" index c1072ab7..16ffa364 100644 --- "a/examples/XmlRpc\347\256\200\345\215\225\347\244\272\344\276\213/XmlRpcClientApp/XmlRpcClientApp.csproj" +++ "b/examples/XmlRpc\347\256\200\345\215\225\347\244\272\344\276\213/XmlRpcClientApp/XmlRpcClientApp.csproj" @@ -4,6 +4,6 @@ net6.0 - + \ No newline at end of file diff --git "a/examples/XmlRpc\347\256\200\345\215\225\347\244\272\344\276\213/XmlRpcServerApp/XmlRpcServerApp.csproj" "b/examples/XmlRpc\347\256\200\345\215\225\347\244\272\344\276\213/XmlRpcServerApp/XmlRpcServerApp.csproj" index fbd13b04..1aad04ce 100644 --- "a/examples/XmlRpc\347\256\200\345\215\225\347\244\272\344\276\213/XmlRpcServerApp/XmlRpcServerApp.csproj" +++ "b/examples/XmlRpc\347\256\200\345\215\225\347\244\272\344\276\213/XmlRpcServerApp/XmlRpcServerApp.csproj" @@ -6,7 +6,7 @@ - + diff --git "a/examples/\345\214\205\345\272\217\345\210\227\345\214\226\346\250\241\345\274\217/PackageConsoleApp/PackageConsoleApp.csproj" "b/examples/\345\214\205\345\272\217\345\210\227\345\214\226\346\250\241\345\274\217/PackageConsoleApp/PackageConsoleApp.csproj" index 19d61887..a6befe9c 100644 --- "a/examples/\345\214\205\345\272\217\345\210\227\345\214\226\346\250\241\345\274\217/PackageConsoleApp/PackageConsoleApp.csproj" +++ "b/examples/\345\214\205\345\272\217\345\210\227\345\214\226\346\250\241\345\274\217/PackageConsoleApp/PackageConsoleApp.csproj" @@ -6,6 +6,6 @@ enable - + diff --git "a/examples/\350\277\234\347\250\213\346\226\207\344\273\266\347\263\273\347\273\237\350\256\277\351\227\256\347\256\200\345\215\225\347\244\272\344\276\213/ClientWinFormsApp/ClientWinFormsApp.csproj" "b/examples/\350\277\234\347\250\213\346\226\207\344\273\266\347\263\273\347\273\237\350\256\277\351\227\256\347\256\200\345\215\225\347\244\272\344\276\213/ClientWinFormsApp/ClientWinFormsApp.csproj" index 873354ec..74c8c3fe 100644 --- "a/examples/\350\277\234\347\250\213\346\226\207\344\273\266\347\263\273\347\273\237\350\256\277\351\227\256\347\256\200\345\215\225\347\244\272\344\276\213/ClientWinFormsApp/ClientWinFormsApp.csproj" +++ "b/examples/\350\277\234\347\250\213\346\226\207\344\273\266\347\263\273\347\273\237\350\256\277\351\227\256\347\256\200\345\215\225\347\244\272\344\276\213/ClientWinFormsApp/ClientWinFormsApp.csproj" @@ -6,6 +6,6 @@ true - + \ No newline at end of file diff --git "a/examples/\350\277\234\347\250\213\346\226\207\344\273\266\347\263\273\347\273\237\350\256\277\351\227\256\347\256\200\345\215\225\347\244\272\344\276\213/ServerConsoleApp/ServerConsoleApp.csproj" "b/examples/\350\277\234\347\250\213\346\226\207\344\273\266\347\263\273\347\273\237\350\256\277\351\227\256\347\256\200\345\215\225\347\244\272\344\276\213/ServerConsoleApp/ServerConsoleApp.csproj" index 31327146..249be3ee 100644 --- "a/examples/\350\277\234\347\250\213\346\226\207\344\273\266\347\263\273\347\273\237\350\256\277\351\227\256\347\256\200\345\215\225\347\244\272\344\276\213/ServerConsoleApp/ServerConsoleApp.csproj" +++ "b/examples/\350\277\234\347\250\213\346\226\207\344\273\266\347\263\273\347\273\237\350\256\277\351\227\256\347\256\200\345\215\225\347\244\272\344\276\213/ServerConsoleApp/ServerConsoleApp.csproj" @@ -6,6 +6,6 @@ - + -- GitLab