From 948165de786458b9c7220863fdc8f243e9e585e9 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: Fri, 5 Aug 2022 21:33:01 +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 +- .../ConsulConsoleApp/ConsulConsoleApp.csproj" | 2 +- .../ServiceConsoleApp/ServiceConsoleApp.csproj" | 2 +- .../WinFormsApp/WinFormsApp.csproj" | 2 +- .../EventBusClient/EventBusClient.csproj" | 2 +- .../EventBusServer/EventBusServer.csproj" | 2 +- .../FileClientGUI/FileClientGUI.csproj" | 2 +- .../FileServiceGUI/FileServiceGUI.csproj" | 2 +- .../ConsoleApp/ServiceConsoleApp.csproj" | 2 +- .../JsonRpcConsoleApp/JsonRpcConsoleApp.csproj" | 2 +- .../NATServiceConsoleApp/NATServiceConsoleApp.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 +- .../ScreenUdpReceiver/ScreenUdpReceiver.csproj" | 2 +- .../ScreenUdpSender/ScreenUdpSender.csproj" | 2 +- .../UdpDemoApp/UdpDemoApp.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 +- src/TouchSocket.AspNetCore/TouchSocket.AspNetCore.csproj | 2 +- 34 files changed, 36 insertions(+), 36 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 697fa982..b58ddb94 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 dc166f9d..ae56b176 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 d705bf68..9ab646ef 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 d705bf68..9ab646ef 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 dc166f9d..ae56b176 100644 --- a/examples/BlogsDemos/TrafficCounterConsoleApp/TrafficCounterConsoleApp.csproj +++ b/examples/BlogsDemos/TrafficCounterConsoleApp/TrafficCounterConsoleApp.csproj @@ -6,6 +6,6 @@ - + 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 cb7794c9..789b9665 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 cb7794c9..789b9665 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 95bd0f65..95c938e0 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 06ca5ca9..6f2e01ea 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 d0ecbde7..87d0c659 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/FileClientGUI/FileClientGUI.csproj" "b/examples/FileTransfer\347\256\200\345\215\225\347\244\272\344\276\213/FileClientGUI/FileClientGUI.csproj" index 642372e0..211a7c26 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 642372e0..211a7c26 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 4c725bcf..f2fa061b 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,7 +6,7 @@ - + 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 dc166f9d..ae56b176 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/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 15f2a954..db8174bd 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 dc166f9d..ae56b176 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 095c99d6..2c87137b 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.3.0\lib\net45\TouchSocket.dll + + ..\..\..\packages\TouchSocket.0.3.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 62095daa..8fae00c3 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 ec677fe5..ad745a95 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 30032591..aba9accd 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.3.0\lib\net45\TouchSocket.dll + + ..\..\..\packages\TouchSocket.0.3.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 62095daa..8fae00c3 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 d705bf68..9ab646ef 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 f57cd057..4adfebee 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" @@ -5,6 +5,6 @@ true - + \ 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 efbeda09..7b5d51c4 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/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 cac1506d..ce20eaf0 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 cac1506d..ce20eaf0 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 ec4a99d4..8d6e82b5 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/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 7e84e4a8..25a0c8ec 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 d705bf68..9ab646ef 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 cac1506d..ce20eaf0 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 972b0657..a3c3e0b3 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 7e84e4a8..25a0c8ec 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 d705bf68..9ab646ef 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/src/TouchSocket.AspNetCore/TouchSocket.AspNetCore.csproj b/src/TouchSocket.AspNetCore/TouchSocket.AspNetCore.csproj index 5cae914b..4283589a 100644 --- a/src/TouchSocket.AspNetCore/TouchSocket.AspNetCore.csproj +++ b/src/TouchSocket.AspNetCore/TouchSocket.AspNetCore.csproj @@ -63,6 +63,6 @@ API:https://www.yuque.com/rrqm/touchsocket/index - + -- GitLab