update nuget packages

This commit is contained in:
2881099
2020-12-26 19:47:29 +08:00
parent 389140e514
commit aece5fc0b2
10 changed files with 23 additions and 16 deletions

View File

@ -29,7 +29,7 @@
<PackageReference Include="System.Data.SqlClient" Version="4.8.2" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0' or '$(TargetFramework)' == 'net50'">
<PackageReference Include="Microsoft.Data.SqlClient" Version="2.1.0" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="2.1.1" />
</ItemGroup>
<ItemGroup>