Skip to content

Commit

Permalink
[release/7.0] Update SqlClient dependency (#33042)
Browse files Browse the repository at this point in the history
Fixes #33010
  • Loading branch information
AndriySvyryd committed Feb 9, 2024
1 parent 0543a07 commit dbe6644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EFCore.SqlServer/EFCore.SqlServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.4" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.5" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit dbe6644

Please sign in to comment.