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

Commit c80ee1e

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 70a2548 commit c80ee1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BuildingBlocks/WebHostCustomization/WebHost.Customization/WebHost.Customization.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="5.0.0" />
2121
<PackageReference Include="Microsoft.NETCore.Platforms" Version="5.0.0" />
2222
<PackageReference Include="Polly" Version="7.2.1" />
23-
<PackageReference Include="System.Data.SqlClient" Version="4.8.2" />
23+
<PackageReference Include="System.Data.SqlClient" Version="4.8.5" />
2424
</ItemGroup>
2525

2626
</Project>

0 commit comments

Comments
 (0)