diff --git a/Zongsoft.Data/drivers/mysql/.deploy b/Zongsoft.Data/drivers/mysql/.deploy index 1c6cc192..e0fa006e 100644 --- a/Zongsoft.Data/drivers/mysql/.deploy +++ b/Zongsoft.Data/drivers/mysql/.deploy @@ -1,8 +1,8 @@ Zongsoft.Data.MySql.plugin bin/$(Edition)/$(Framework)/Zongsoft.Data.MySql.* -%NUGET_PACKAGES%/mysql.data/8.2.0/lib/netstandard2.1/*.dll -%NUGET_PACKAGES%/mysql.data/6.10.9/lib/netstandard2.0/*.dll +%NUGET_PACKAGES%/mysql.data/8.3.0/lib/netstandard2.1/*.dll +%NUGET_PACKAGES%/mysql.data/6.10.9/lib/netstandard2.0/*.dll %NUGET_PACKAGES%/portable.bouncycastle/1.9.0/lib/netstandard2.0/*.dll %NUGET_PACKAGES%/google.protobuf/3.21.9/lib/netstandard2.0/*.dll @@ -15,5 +15,5 @@ bin/$(Edition)/$(Framework)/Zongsoft.Data.MySql.* %NUGET_PACKAGES%/system.text.encoding.codepages/4.4.0/lib/netstandard2.0/*.dll %NUGET_PACKAGES%/system.configuration.configurationmanager/4.4.1/lib/netstandard2.0/*.dll -%NUGET_PACKAGES%/system.security.permissions/4.7.0/lib/netstandard2.0/*.dll -%NUGET_PACKAGES%/system.security.permissions/4.4.1/lib/netstandard2.0/*.dll +%NUGET_PACKAGES%/system.security.permissions/4.7.0/lib/netstandard2.0/*.dll +%NUGET_PACKAGES%/system.security.permissions/4.4.1/lib/netstandard2.0/*.dll diff --git a/Zongsoft.Data/drivers/mysql/MySqlImporter.cs b/Zongsoft.Data/drivers/mysql/MySqlImporter.cs index 5b2e94d1..e5c57088 100644 --- a/Zongsoft.Data/drivers/mysql/MySqlImporter.cs +++ b/Zongsoft.Data/drivers/mysql/MySqlImporter.cs @@ -183,7 +183,7 @@ public override async ValueTask ImportAsync(DataImportContext context, Cancellat writer.Close(); file.Dispose(); -#if NET7_0_OR_GREATER +#if NET6_0_OR_GREATER context.Count = await bulker.LoadAsync(null, cancellation); #else context.Count = await bulker.LoadAsync(cancellation); diff --git a/Zongsoft.Data/drivers/mysql/Zongsoft.Data.MySql.csproj b/Zongsoft.Data/drivers/mysql/Zongsoft.Data.MySql.csproj index fa5dc105..717d2f68 100644 --- a/Zongsoft.Data/drivers/mysql/Zongsoft.Data.MySql.csproj +++ b/Zongsoft.Data/drivers/mysql/Zongsoft.Data.MySql.csproj @@ -16,15 +16,15 @@ - + - + - +