Skip to content

Commit

Permalink
update sql client dependency (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
runeanielsen authored Mar 11, 2023
1 parent c3a0a66 commit 18db1b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MsSqlCdc/MsSqlCdc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@


<ItemGroup>
<PackageReference Include="Microsoft.Data.SqlClient" Version="4.0.0" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.0" />
</ItemGroup>
<ItemGroup>
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
Expand Down

0 comments on commit 18db1b4

Please sign in to comment.