Skip to content

Commit fd26d0d

Browse files
Bump System.Data.SqlClient from 4.8.3 to 4.8.6 (#103)
Bumps [System.Data.SqlClient](https://github.com/dotnet/corefx) from 4.8.3 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 update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 36a4be8 commit fd26d0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.14" />
1919
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.14" />
2020
<PackageReference Include="Polly" Version="7.2.3" />
21-
<PackageReference Include="System.Data.SqlClient" Version="4.8.3" />
21+
<PackageReference Include="System.Data.SqlClient" Version="4.8.6" />
2222
</ItemGroup>
2323

2424
</Project>

0 commit comments

Comments
 (0)