Skip to content

Commit 161c60a

Browse files
Bump System.Data.SqlClient (#2840)
Bumps [System.Data.SqlClient](https://github.com/dotnet/corefx) from 4.8.5 to 4.8.6. - [Release notes](https://github.com/dotnet/corefx/releases) - [Commits](https://github.com/dotnet/corefx/commits) --- updated-dependencies: - dependency-name: System.Data.SqlClient dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c420e04 commit 161c60a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WEB/Src/DependencyCollector/DependencyCollector.Tests/DependencyCollector.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<FrameworkReference Include="Microsoft.AspNetCore.App" />
3030

3131
<PackageReference Include="System.Diagnostics.StackTrace" Version="4.3.0" />
32-
<PackageReference Include="System.Data.SqlClient" Version="4.8.5" />
32+
<PackageReference Include="System.Data.SqlClient" Version="4.8.6" />
3333
</ItemGroup>
3434

3535
<ItemGroup Condition="'$(IsNetFramework)' == 'True'">

0 commit comments

Comments
 (0)