From cd76f808fc9654c45b5d2d0126c1363f0b66b217 Mon Sep 17 00:00:00 2001 From: catcherwong Date: Mon, 13 Jun 2022 23:02:52 +0800 Subject: [PATCH 1/2] feat: update DtmCommon to v1.2.0 --- src/Dtmcli/Dtmcli.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Dtmcli/Dtmcli.csproj b/src/Dtmcli/Dtmcli.csproj index 5f237c3..faa535e 100644 --- a/src/Dtmcli/Dtmcli.csproj +++ b/src/Dtmcli/Dtmcli.csproj @@ -8,7 +8,7 @@ Dtmcli a c# client for distributed transaction framework dtm. 分布式事务管理器dtm的c#客户端 dtm,csharp,distributed transaction,tcc,saga,msg - 1.1.2 + 1.2.0 geffzhang false @@ -26,7 +26,7 @@ - + From b6d22452a78ceddf9583947ce3c267ddf1cde431 Mon Sep 17 00:00:00 2001 From: catcherwong Date: Mon, 13 Jun 2022 23:04:03 +0800 Subject: [PATCH 2/2] feat: support netstandard2.0 (#44) --- src/Dtmcli/Dtmcli.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Dtmcli/Dtmcli.csproj b/src/Dtmcli/Dtmcli.csproj index faa535e..3d4cbac 100644 --- a/src/Dtmcli/Dtmcli.csproj +++ b/src/Dtmcli/Dtmcli.csproj @@ -1,7 +1,7 @@ - netstandard2.1;net5.0;net6.0 + netstandard2.0;netstandard2.1;net5.0;net6.0 https://github.com/dtm-labs/dtmcli-csharp https://github.com/dtm-labs/dtmcli-csharp Dtmcli