#783 fix ExecuteMySqlBulkCopyAsync .net core 3.1 Method not found

This commit is contained in:
luoyunchong
2021-06-01 19:42:19 +08:00
parent ea8d0bb58c
commit 82c9d1e12a
4 changed files with 34 additions and 3 deletions

View File

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net50;net45</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net50;net45;netstandard2.1;netcoreapp2.1;netcoreapp3.1;</TargetFrameworks>
<Version>2.5.100</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>FreeSql;ncc;YeXiangQin</Authors>