Skip to content

Commit

Permalink
Merge pull request #40 from catcherwong/update-dtmcommon
Browse files Browse the repository at this point in the history
update DtmCommon to v1.1.1
  • Loading branch information
catcherwong authored May 14, 2022
2 parents f527226 + 0b30aeb commit 0529c92
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Dtmcli/Dtmcli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,25 @@
<RootNamespace>Dtmcli</RootNamespace>
<Description>a c# client for distributed transaction framework dtm. 分布式事务管理器dtm的c#客户端</Description>
<PackageTags>dtm,csharp,distributed transaction,tcc,saga,msg</PackageTags>
<VersionPrefix>1.1.0</VersionPrefix>
<VersionPrefix>1.1.1</VersionPrefix>
<VersionSuffix></VersionSuffix>
<Authors>geffzhang</Authors>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
<InternalsVisibleTo Include="Dtmcli.Tests" />
<None Include="$(MSBuildThisFileDirectory)../../README.md" Pack="true" PackagePath="/" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net6.0' or '$(TargetFramework)' == 'net5.0'">
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="DtmCommon" Version="1.1.0" />
<PackageReference Include="DtmCommon" Version="1.1.1" />
</ItemGroup>

</Project>

0 comments on commit 0529c92

Please sign in to comment.