From 203dad8ff645385465236f910a07911f574f98a6 Mon Sep 17 00:00:00 2001 From: MysticBoy Date: Fri, 28 Aug 2020 23:06:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=20=20Maikebing.Data.Taos=20?= =?UTF-8?q?=20=E4=BB=A5=E8=A7=A3=E5=86=B3=E6=97=B6=E9=97=B4=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IoTSharp/IoTSharp.csproj | 2 +- IoTSharp/Storage/TaosStorage.cs | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/IoTSharp/IoTSharp.csproj b/IoTSharp/IoTSharp.csproj index 9ca0c4f7..f7838df8 100644 --- a/IoTSharp/IoTSharp.csproj +++ b/IoTSharp/IoTSharp.csproj @@ -47,7 +47,7 @@ - + all diff --git a/IoTSharp/Storage/TaosStorage.cs b/IoTSharp/Storage/TaosStorage.cs index 9f94b7b2..2d3a294f 100644 --- a/IoTSharp/Storage/TaosStorage.cs +++ b/IoTSharp/Storage/TaosStorage.cs @@ -1,5 +1,4 @@ -using EFCore.Sharding; -using IoTSharp.Data; +using IoTSharp.Data; using IoTSharp.Dtos; using IoTSharp.Extensions; using IoTSharp.Queue; -- GitLab