Bump System.Data.SqlClient in /src/modules/Elsa.Dapper (#4805)

Bumps [System.Data.SqlClient](https://github.com/dotnet/corefx) from 4.8.5 to 4.8.6.
- [Release notes](https://github.com/dotnet/corefx/releases)
- [Commits](https://github.com/dotnet/corefx/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-01-21 10:45:34 +01:00 committed by GitHub
parent 06f994a8d0
commit 5edda57c5b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,7 +32,7 @@
<PackageReference Include="Dapper" Version="2.1.24"/>
<PackageReference Include="FluentMigrator" Version="3.3.2"/>
<PackageReference Include="FluentMigrator.Runner" Version="3.3.2"/>
<PackageReference Include="System.Data.SqlClient" Version="4.8.5"/>
<PackageReference Include="System.Data.SqlClient" Version="4.8.6"/>
</ItemGroup>
</Project>