Skip to content

Commit ba65bd0

Browse files
authored
test(deps): Bump System.Data.SqlClient to 4.8.6 in unbounded tests. (#2182) (#2188)
1 parent 08a3015 commit ba65bd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Agent/IntegrationTests/SharedApplications/Common/MultiFunctionApplicationHelpers/MultiFunctionApplicationHelpers.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@
5757
<PackageReference Include="npgsql" Version="7.0.1" Condition="'$(TargetFramework)' == 'net8.0'" />
5858
<!--System.Data.SqlClient (.NET Core/5+ only) -->
5959
<PackageReference Include="System.Data.SqlClient" Version="4.4.0" Condition="'$(TargetFramework)' == 'net6.0'" />
60-
<PackageReference Include="System.Data.SqlClient" Version="4.8.4" Condition="'$(TargetFramework)' == 'net7.0'" />
61-
<!--<PackageReference Include="System.Data.SqlClient" Version="4.8.4" Condition="'$(TargetFramework)' == 'net8.0'" />-->
60+
<PackageReference Include="System.Data.SqlClient" Version="4.8.6" Condition="'$(TargetFramework)' == 'net7.0'" />
61+
<!--<PackageReference Include="System.Data.SqlClient" Version="4.8.6" Condition="'$(TargetFramework)' == 'net8.0'" />-->
6262
<!-- Package does not support net8.0 -->
6363

6464
<!--Microsoft.Data.SqlClient-->

0 commit comments

Comments
 (0)