Skip to content

Commit

Permalink
chore(deps): bump System.Data.SqlClient
Browse files Browse the repository at this point in the history
Bumps [System.Data.SqlClient](https://github.com/dotnet/corefx) from 4.4.0 to 4.8.5.
- [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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 13, 2023
1 parent 70dfcf9 commit 96abb97
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
<PackageReference Include="npgsql" Version="7.0.1" Condition="'$(TargetFramework)' == 'net7.0'" />

<!--System.Data.SqlClient (.NET Core/5+ only) -->
<PackageReference Include="System.Data.SqlClient" Version="4.4.0" Condition="'$(TargetFramework)' == 'net6.0'" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.4" Condition="'$(TargetFramework)' == 'net7.0'" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.5" Condition="'$(TargetFramework)' == 'net6.0'" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.5" Condition="'$(TargetFramework)' == 'net7.0'" />

<!--Microsoft.Data.SqlClient-->
<PackageReference Include="Microsoft.Data.SqlClient" Version="1.0.19239.1" Condition="'$(TargetFramework)' == 'net462'" />
Expand Down

0 comments on commit 96abb97

Please sign in to comment.