From a9c040817470b0cdb6ea3035561266c9fb293c49 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: Sat, 1 Oct 2022 00:03:04 +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 +- .../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 +- .../FileServiceConsoleApp/FileServiceConsoleApp.csproj" | 2 +- .../FileClientConsoleApp/FileClientConsoleApp.csproj" | 2 +- .../FileClientGUI/FileClientGUI.csproj" | 2 +- .../FileServiceGUI/FileServiceGUI.csproj" | 2 +- .../ConsoleApp/ServiceConsoleApp.csproj" | 2 +- .../JsonRpcConsoleApp/JsonRpcConsoleApp.csproj" | 2 +- .../PluginConsoleApp/PluginConsoleApp.csproj" | 2 +- .../ClientApp/ClientApp.csproj" | 4 ++-- .../ClientApp/packages.config" | 2 +- .../ConsoleApp/ConsoleApp.csproj" | 2 +- .../ServiceApp/ServiceApp.csproj" | 4 ++-- .../ServiceApp/packages.config" | 2 +- .../ProtocolServerConsoleApp/ProtocolServerConsoleApp.csproj" | 2 +- .../TouchRpcClientApp/TouchRpcClientApp.csproj" | 2 +- .../TouchRpcServerApp/TouchRpcServerApp.csproj" | 2 +- .../ReverseRpcConsoleApp/ReverseRpcConsoleApp.csproj" | 2 +- .../ScreenUdpReceiver/ScreenUdpReceiver.csproj" | 2 +- .../ScreenUdpSender/ScreenUdpSender.csproj" | 2 +- .../UdpDemoApp/UdpDemoApp.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 +- 35 files changed, 37 insertions(+), 37 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 5a20dc63..bf3446f3 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/BlogsDemos/HeartbeatConsoleApp/HeartbeatConsoleApp.csproj b/examples/BlogsDemos/HeartbeatConsoleApp/HeartbeatConsoleApp.csproj index a7aeba2b..68d2f3bd 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 622cfc12..e0d60fd0 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 622cfc12..e0d60fd0 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 a7aeba2b..68d2f3bd 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 ef4eb504..a3fd1a01 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 @@ netcoreapp3.1 - + 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 a42a3ac6..bb1b5431 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 a42a3ac6..bb1b5431 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 09833802..e0809f5a 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/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 ef4eb504..a3fd1a01 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 @@ netcoreapp3.1 - + 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 ef4eb504..a3fd1a01 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 @@ netcoreapp3.1 - + 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 6af5deed..a1c35d2e 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" @@ -13,7 +13,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 6af5deed..a1c35d2e 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" @@ -13,7 +13,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 a7aeba2b..68d2f3bd 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 a7aeba2b..68d2f3bd 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" @@ -6,6 +6,6 @@ - + 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 a7aeba2b..68d2f3bd 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/ClientApp/ClientApp.csproj" "b/examples/Tcp\347\256\200\345\215\225\347\244\272\344\276\213/ClientApp/ClientApp.csproj" index 9a6c5c35..03a89e5a 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.0.7.3\lib\net45\TouchSocket.dll + + ..\..\..\packages\TouchSocket.0.7.4\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 8b4fae01..161d6068 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 d532d6a1..6e839b47 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 c1f37f7b..65d5d617 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.0.7.3\lib\net45\TouchSocket.dll + + ..\..\..\packages\TouchSocket.0.7.4\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 8b4fae01..161d6068 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/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 622cfc12..e0d60fd0 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/TouchRpcClientApp/TouchRpcClientApp.csproj" "b/examples/TouchRpc\347\256\200\345\215\225\347\244\272\344\276\213/TouchRpcClientApp/TouchRpcClientApp.csproj" index d43c34a0..aa9e6fad 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 622cfc12..e0d60fd0 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/\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 21bac16a..38255fc5 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/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 8d94374d..6752a8e6 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 8d94374d..6752a8e6 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 ea1077c3..2d1a405e 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/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 f78fdb6d..a668f002 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 @@ netcoreapp3.1 - + 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 208cde3b..1e847900 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 @@ netcoreapp3.1 - + \ 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 622cfc12..e0d60fd0 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 8d94374d..6752a8e6 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 726e7e28..67b202ec 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 208cde3b..1e847900 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 @@ netcoreapp3.1 - + \ 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 622cfc12..e0d60fd0 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 @@ - + -- GitLab