v3.2.610 升级驱动版本适应 net60 #1094 #1095

This commit is contained in:
2881099
2022-05-06 21:04:08 +08:00
parent ae1b053189
commit 37ca4a5644
8 changed files with 26 additions and 9 deletions

View File

@ -28,7 +28,7 @@
<PackageReference Include="System.Data.SqlClient" Version="4.8.3" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0' or '$(TargetFramework)' == 'net60' or '$(TargetFramework)' == 'net50'">
<PackageReference Include="Microsoft.Data.SqlClient" Version="4.0.0" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="2.1.4" />
</ItemGroup>
<ItemGroup>