Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit 7483014

Browse files
Bump System.Data.SqlClient
Bumps [System.Data.SqlClient](https://github.com/dotnet/corefx) from 4.8.2 to 4.8.5. - [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]>
1 parent 911d732 commit 7483014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Services/Ordering/Ordering.BackgroundTasks/Ordering.BackgroundTasks.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<PackageReference Include="Serilog.Sinks.Console" Version="4.0.0-dev-00834" />
2525
<PackageReference Include="Serilog.Sinks.Http" Version="7.2.0" />
2626
<PackageReference Include="Serilog.Sinks.Seq" Version="4.1.0-dev-00166" />
27-
<PackageReference Include="System.Data.SqlClient" Version="4.8.2" />
27+
<PackageReference Include="System.Data.SqlClient" Version="4.8.5" />
2828
</ItemGroup>
2929

3030
<ItemGroup>

0 commit comments

Comments
 (0)