Skip to content

Commit

Permalink
test(deps): Bump System.Data.SqlClient to 4.8.6 in unbounded tests. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
tippmar-nr authored Jan 12, 2024
1 parent 08a3015 commit ba65bd0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
<PackageReference Include="npgsql" Version="7.0.1" Condition="'$(TargetFramework)' == 'net8.0'" />
<!--System.Data.SqlClient (.NET Core/5+ only) -->
<PackageReference Include="System.Data.SqlClient" Version="4.4.0" Condition="'$(TargetFramework)' == 'net6.0'" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.4" Condition="'$(TargetFramework)' == 'net7.0'" />
<!--<PackageReference Include="System.Data.SqlClient" Version="4.8.4" Condition="'$(TargetFramework)' == 'net8.0'" />-->
<PackageReference Include="System.Data.SqlClient" Version="4.8.6" Condition="'$(TargetFramework)' == 'net7.0'" />
<!--<PackageReference Include="System.Data.SqlClient" Version="4.8.6" Condition="'$(TargetFramework)' == 'net8.0'" />-->
<!-- Package does not support net8.0 -->

<!--Microsoft.Data.SqlClient-->
Expand Down

0 comments on commit ba65bd0

Please sign in to comment.