Skip to content

Commit f509be5

Browse files
authored
Merge pull request #45 from catcherwong/dept/dtmcommon-1.2.0
Dept/dtmcommon 1.2.0
2 parents 7fc5be1 + b6d2245 commit f509be5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Dtmcli/Dtmcli.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>netstandard2.1;net5.0;net6.0</TargetFrameworks>
4+
<TargetFrameworks>netstandard2.0;netstandard2.1;net5.0;net6.0</TargetFrameworks>
55
<PackageProjectUrl>https://github.com/dtm-labs/dtmcli-csharp</PackageProjectUrl>
66
<RepositoryUrl>https://github.com/dtm-labs/dtmcli-csharp</RepositoryUrl>
77
<AssemblyName>Dtmcli</AssemblyName>
88
<RootNamespace>Dtmcli</RootNamespace>
99
<Description>a c# client for distributed transaction framework dtm. 分布式事务管理器dtm的c#客户端</Description>
1010
<PackageTags>dtm,csharp,distributed transaction,tcc,saga,msg</PackageTags>
11-
<VersionPrefix>1.1.2</VersionPrefix>
11+
<VersionPrefix>1.2.0</VersionPrefix>
1212
<VersionSuffix></VersionSuffix>
1313
<Authors>geffzhang</Authors>
1414
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
@@ -26,7 +26,7 @@
2626
</ItemGroup>
2727

2828
<ItemGroup>
29-
<PackageReference Include="DtmCommon" Version="1.1.2" />
29+
<PackageReference Include="DtmCommon" Version="1.2.0" />
3030
</ItemGroup>
3131

3232
</Project>

0 commit comments

Comments
 (0)