#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>
<TargetFramework>net5.0</TargetFramework>
<TargetFrameworks>net5.0;netcoreapp3.1;</TargetFrameworks>
<IsPackable>false</IsPackable>
</PropertyGroup>