From fcd450c0f07b9ebeeae509fa6899ada2362896a5 Mon Sep 17 00:00:00 2001 From: MysticBoy Date: Tue, 11 Jan 2022 21:59:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=95=B4=E5=8D=87=E7=BA=A7=E5=B9=B6?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E8=83=BD=E5=9C=A8.Net=206.0=E4=B8=AD?= =?UTF-8?q?=E8=BF=90=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IoTSharp.Data.MySQL/IoTSharp.Data.MySQL.csproj | 4 ++-- IoTSharp.Data.Oracle/IoTSharp.Data.Oracle.csproj | 2 +- IoTSharp.Data.PostgreSQL/IoTSharp.Data.PostgreSQL.csproj | 3 ++- IoTSharp.Data.SqlServer/IoTSharp.Data.SqlServer.csproj | 2 +- IoTSharp.Data.Sqlite/IoTSharp.Data.Sqlite.csproj | 2 +- IoTSharp.Data/IoTSharp.Data.csproj | 2 +- IoTSharp.TaskAction/IoTSharp.TaskAction.csproj | 2 +- IoTSharp/IoTSharp.csproj | 5 +++-- 8 files changed, 12 insertions(+), 10 deletions(-) diff --git a/IoTSharp.Data.MySQL/IoTSharp.Data.MySQL.csproj b/IoTSharp.Data.MySQL/IoTSharp.Data.MySQL.csproj index 4cbd5662..6ad847bc 100644 --- a/IoTSharp.Data.MySQL/IoTSharp.Data.MySQL.csproj +++ b/IoTSharp.Data.MySQL/IoTSharp.Data.MySQL.csproj @@ -1,4 +1,4 @@ - + net6.0 @@ -15,7 +15,7 @@ - + diff --git a/IoTSharp.Data.Oracle/IoTSharp.Data.Oracle.csproj b/IoTSharp.Data.Oracle/IoTSharp.Data.Oracle.csproj index 35724e95..58ef6c15 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 9c69b475..929dcc36 100644 --- a/IoTSharp.Data.PostgreSQL/IoTSharp.Data.PostgreSQL.csproj +++ b/IoTSharp.Data.PostgreSQL/IoTSharp.Data.PostgreSQL.csproj @@ -16,7 +16,8 @@ - + + diff --git a/IoTSharp.Data.SqlServer/IoTSharp.Data.SqlServer.csproj b/IoTSharp.Data.SqlServer/IoTSharp.Data.SqlServer.csproj index 4088f6db..8294770e 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 e8d1e14a..21dd6fe1 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 58e5eda2..f29b7b64 100644 --- a/IoTSharp.Data/IoTSharp.Data.csproj +++ b/IoTSharp.Data/IoTSharp.Data.csproj @@ -9,7 +9,7 @@ - + diff --git a/IoTSharp.TaskAction/IoTSharp.TaskAction.csproj b/IoTSharp.TaskAction/IoTSharp.TaskAction.csproj index f84ddd8f..da850c71 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 217be849..da55a424 100644 --- a/IoTSharp/IoTSharp.csproj +++ b/IoTSharp/IoTSharp.csproj @@ -101,16 +101,17 @@ + - + - + -- GitLab