Bump Microsoft.Data.SqlClient in /Src/Asp.NetCore2/SqlSugar

Bumps [Microsoft.Data.SqlClient](https://github.com/dotnet/sqlclient) from 2.1.4 to 2.1.7.
- [Release notes](https://github.com/dotnet/sqlclient/releases)
- [Changelog](https://github.com/dotnet/SqlClient/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dotnet/sqlclient/compare/v2.1.4...v2.1.7)

---
updated-dependencies:
- dependency-name: Microsoft.Data.SqlClient
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-01-16 19:45:22 +00:00
committed by GitHub
parent 81d2d87419
commit 45c624a66d

View File

@@ -29,7 +29,7 @@
<PackageReference Include="SqlSugarCore.Dm" Version="1.2.0" />
<PackageReference Include="SqlSugarCore.Kdbndp" Version="7.4.0" />
<PackageReference Include="System.Data.Common" Version="4.3.0" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="2.1.4" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="2.1.7" />
<PackageReference Include="System.Data.OleDb" Version="6.0.0" />
<PackageReference Include="System.Reflection.Emit.Lightweight" Version="4.3.0" />
</ItemGroup>