Skip to content

Commit

Permalink
Merge pull request #1137 from mikependon/bug-1128
Browse files Browse the repository at this point in the history
#1128 Bug: RepoDb.SqlServer 1.13.0 - Memory leak in Microsoft.Data.SqlClient 5.0.1
  • Loading branch information
mikependon committed Mar 10, 2023
2 parents 26cce9d + 962ce00 commit 5fef598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RepoDb.SqlServer/RepoDb.SqlServer/RepoDb.SqlServer.csproj
Expand Up @@ -16,7 +16,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.0.1" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.0" />
<PackageReference Include="RepoDb" Version="0.0.1" />
</ItemGroup>

Expand Down

0 comments on commit 5fef598

Please sign in to comment.