From b743b10e0fd2d78e6376c3063537e82e6162763c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A7=E7=9F=B3=E5=A4=B4?= Date: Thu, 2 Nov 2023 14:39:21 +0800 Subject: [PATCH] =?UTF-8?q?v2.5.2023.1102=20=E6=81=A2=E5=A4=8D=E5=A4=9A?= =?UTF-8?q?=E7=9B=AE=E6=A0=87=E6=95=B0=E6=8D=AE=EF=BC=8C=E4=BF=AE=E6=AD=A3?= =?UTF-8?q?StringHelper.Contains=E9=94=99=E8=AF=AF=E3=80=82=E8=BF=99?= =?UTF-8?q?=E9=87=8C=E7=9A=84std20=E5=BC=95=E7=94=A8=E6=A0=B8=E5=BF=83?= =?UTF-8?q?=E5=BA=93=E4=B8=AD=E7=9A=84Contains=E6=89=A9=E5=B1=95=EF=BC=8C?= =?UTF-8?q?=E4=B8=8B=E6=B8=B8StarAgent=E6=98=AFnet7=EF=BC=8C=E5=AE=83?= =?UTF-8?q?=E5=BC=95=E7=94=A8=E7=9A=84=E6=A0=B8=E5=BF=83=E5=BA=93=E6=B2=A1?= =?UTF-8?q?=E6=9C=89Contains=E6=89=A9=E5=B1=95=EF=BC=8C=E5=9B=A0=E8=80=8C?= =?UTF-8?q?=E6=8A=A5=E9=94=99=E3=80=82=E4=BF=AE=E6=94=B9=E4=BB=A5=E5=90=8E?= =?UTF-8?q?=EF=BC=8CStarAgent=E5=B0=86=E6=94=B9=E4=B8=BA=E5=BC=95=E7=94=A8?= =?UTF-8?q?std21?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- NewLife.Remoting/NewLife.Remoting.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NewLife.Remoting/NewLife.Remoting.csproj b/NewLife.Remoting/NewLife.Remoting.csproj index f950283..dd82054 100644 --- a/NewLife.Remoting/NewLife.Remoting.csproj +++ b/NewLife.Remoting/NewLife.Remoting.csproj @@ -1,6 +1,6 @@  - net45;netstandard2.0 + net45;net461;netstandard2.0;netstandard2.1 RPC远程过程调用 RPC远程过程调用,二进制封装,提供高吞吐低延迟的高性能RPC框架 新生命开发团队