Skip to content

Commit

Permalink
升级 Maikebing.Data.Taos 以解决时间问题
Browse files Browse the repository at this point in the history
  • Loading branch information
maikebing committed Aug 28, 2020
1 parent 5d84b95 commit 203dad8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion IoTSharp/IoTSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<PackageReference Include="IoTSharp.X509Extensions" Version="1.4.9" />
<PackageReference Include="kimbus" Version="2.0.1" />
<PackageReference Include="LiteDB" Version="5.0.9" />
<PackageReference Include="Maikebing.Data.Taos" Version="2.0.128" />
<PackageReference Include="Maikebing.Data.Taos" Version="2.0.130" />
<PackageReference Include="Microsoft.AspNetCore.Http.Features" Version="3.1.7" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.1.7">
<PrivateAssets>all</PrivateAssets>
Expand Down
3 changes: 1 addition & 2 deletions IoTSharp/Storage/TaosStorage.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using EFCore.Sharding;
using IoTSharp.Data;
using IoTSharp.Data;
using IoTSharp.Dtos;
using IoTSharp.Extensions;
using IoTSharp.Queue;
Expand Down

0 comments on commit 203dad8

Please sign in to comment.