Skip to content

Commit

Permalink
v1.6.4 update nuget packages
Browse files Browse the repository at this point in the history
  • Loading branch information
2881099 committed Mar 14, 2023
1 parent 314b986 commit e133d87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/FreeSql.Cloud/FreeSql.Cloud.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>netstandard20;net40</TargetFrameworks>
<Version>1.6.3</Version>
<Version>1.6.4</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>FreeSql;ncc;YeXiangQin</Authors>
<Description>提供跨数据库访问,分布式事务TCC、SAGA解决方案,支持 .NET Core 2.1+, .NET Framework 4.0+.</Description>
Expand All @@ -22,8 +22,8 @@

<ItemGroup>
<PackageReference Include="FreeSql.DbContext" Version="3.2.666" />
<PackageReference Include="FreeScheduler" Version="1.0.7" />
<PackageReference Include="IdleBus" Version="1.5.2" />
<PackageReference Include="FreeScheduler" Version="1.0.9" />
<PackageReference Include="IdleBus" Version="1.5.3" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>

Expand Down

0 comments on commit e133d87

Please sign in to comment.