Skip to content

Commit

Permalink
Update dependency Microsoft.Data.SqlClient to v5 (#1143)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Aug 6, 2022
1 parent dcedf02 commit 0fe5b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Whipstaff.MsSql/Whipstaff.MsSql.csproj
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Data.SqlClient" Version="4.1.0" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.0.0" />
</ItemGroup>

</Project>

0 comments on commit 0fe5b9b

Please sign in to comment.