Skip to content

Commit

Permalink
[release/7.0] Bump SqlClient to 5.0.2 due to bad memory bug in 5.0.1 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ajcvickers committed May 4, 2023
1 parent ea91060 commit 3e87774
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.0.1" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.0.2" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 3e87774

Please sign in to comment.