From 5d6eee86566c574fcc1415e5166768ce72f47c2c Mon Sep 17 00:00:00 2001 From: MysticBoy Date: Sun, 23 Jan 2022 02:26:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E4=BE=9D=E8=B5=96=E5=BA=93?= =?UTF-8?q?=EF=BC=8C=20=E4=BF=AE=E6=AD=A3=E9=83=A8=E5=88=86=E5=9B=A0?= =?UTF-8?q?=E4=B8=BA=E7=89=88=E6=9C=AC=E9=97=AE=E9=A2=98=E5=AF=BC=E8=87=B4?= =?UTF-8?q?=E9=81=A5=E6=B5=8B=E4=B8=8D=E6=AD=A3=E5=B8=B8=E7=9A=84=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.Data.MySQL/IoTSharp.Data.MySQL.csproj | 2 +- IoTSharp.Data.Oracle/IoTSharp.Data.Oracle.csproj | 2 +- .../IoTSharp.Data.PostgreSQL.csproj | 2 +- .../IoTSharp.Data.SqlServer.csproj | 2 +- IoTSharp.Data.Sqlite/IoTSharp.Data.Sqlite.csproj | 2 +- IoTSharp.Data/IoTSharp.Data.csproj | 2 +- IoTSharp.Interpreter/IoTSharp.Interpreter.csproj | 4 ++-- IoTSharp.TaskAction/IoTSharp.TaskAction.csproj | 2 +- IoTSharp/IoTSharp.csproj | 14 +++++++------- 9 files changed, 16 insertions(+), 16 deletions(-) diff --git a/IoTSharp.Data.MySQL/IoTSharp.Data.MySQL.csproj b/IoTSharp.Data.MySQL/IoTSharp.Data.MySQL.csproj index 6ad847bc..efcbf799 100644 --- a/IoTSharp.Data.MySQL/IoTSharp.Data.MySQL.csproj +++ b/IoTSharp.Data.MySQL/IoTSharp.Data.MySQL.csproj @@ -15,7 +15,7 @@ - + diff --git a/IoTSharp.Data.Oracle/IoTSharp.Data.Oracle.csproj b/IoTSharp.Data.Oracle/IoTSharp.Data.Oracle.csproj index 58ef6c15..1562e5f6 100644 --- a/IoTSharp.Data.Oracle/IoTSharp.Data.Oracle.csproj +++ b/IoTSharp.Data.Oracle/IoTSharp.Data.Oracle.csproj @@ -8,7 +8,7 @@ - + diff --git a/IoTSharp.Data.PostgreSQL/IoTSharp.Data.PostgreSQL.csproj b/IoTSharp.Data.PostgreSQL/IoTSharp.Data.PostgreSQL.csproj index 929dcc36..22685f94 100644 --- a/IoTSharp.Data.PostgreSQL/IoTSharp.Data.PostgreSQL.csproj +++ b/IoTSharp.Data.PostgreSQL/IoTSharp.Data.PostgreSQL.csproj @@ -16,7 +16,7 @@ - + diff --git a/IoTSharp.Data.SqlServer/IoTSharp.Data.SqlServer.csproj b/IoTSharp.Data.SqlServer/IoTSharp.Data.SqlServer.csproj index 8294770e..7405113e 100644 --- a/IoTSharp.Data.SqlServer/IoTSharp.Data.SqlServer.csproj +++ b/IoTSharp.Data.SqlServer/IoTSharp.Data.SqlServer.csproj @@ -8,7 +8,7 @@ - + diff --git a/IoTSharp.Data.Sqlite/IoTSharp.Data.Sqlite.csproj b/IoTSharp.Data.Sqlite/IoTSharp.Data.Sqlite.csproj index 21dd6fe1..e29d7ecd 100644 --- a/IoTSharp.Data.Sqlite/IoTSharp.Data.Sqlite.csproj +++ b/IoTSharp.Data.Sqlite/IoTSharp.Data.Sqlite.csproj @@ -14,7 +14,7 @@ - + diff --git a/IoTSharp.Data/IoTSharp.Data.csproj b/IoTSharp.Data/IoTSharp.Data.csproj index f29b7b64..22ff5d07 100644 --- a/IoTSharp.Data/IoTSharp.Data.csproj +++ b/IoTSharp.Data/IoTSharp.Data.csproj @@ -9,7 +9,7 @@ - + diff --git a/IoTSharp.Interpreter/IoTSharp.Interpreter.csproj b/IoTSharp.Interpreter/IoTSharp.Interpreter.csproj index d0b055e6..4291cab3 100644 --- a/IoTSharp.Interpreter/IoTSharp.Interpreter.csproj +++ b/IoTSharp.Interpreter/IoTSharp.Interpreter.csproj @@ -4,8 +4,8 @@ net6.0 - - + + diff --git a/IoTSharp.TaskAction/IoTSharp.TaskAction.csproj b/IoTSharp.TaskAction/IoTSharp.TaskAction.csproj index da850c71..0ee4e5d2 100644 --- a/IoTSharp.TaskAction/IoTSharp.TaskAction.csproj +++ b/IoTSharp.TaskAction/IoTSharp.TaskAction.csproj @@ -5,7 +5,7 @@ - + diff --git a/IoTSharp/IoTSharp.csproj b/IoTSharp/IoTSharp.csproj index 9f900b44..815b2a9c 100644 --- a/IoTSharp/IoTSharp.csproj +++ b/IoTSharp/IoTSharp.csproj @@ -55,7 +55,7 @@ - + @@ -68,18 +68,18 @@ - + - - + + - + @@ -102,7 +102,7 @@ - + @@ -114,7 +114,7 @@ - + -- GitLab