From 56e5b50f4fd051d25afeb3f6d8d3f8de35d06885 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 13:53:56 +0000 Subject: [PATCH] Bump Microsoft.Data.SqlClient, Microsoft.EntityFrameworkCore.SqlServer and System.Configuration.ConfigurationManager Bumps [Microsoft.Data.SqlClient](https://github.com/dotnet/sqlclient), [Microsoft.EntityFrameworkCore.SqlServer](https://github.com/dotnet/efcore) and [System.Configuration.ConfigurationManager](https://github.com/dotnet/runtime). These dependencies needed to be updated together. Updates `Microsoft.Data.SqlClient` from 6.0.1 to 5.1.6 - [Release notes](https://github.com/dotnet/sqlclient/releases) - [Changelog](https://github.com/dotnet/SqlClient/blob/main/CHANGELOG.md) - [Commits](https://github.com/dotnet/sqlclient/compare/v6.0.1...v5.1.6) Updates `Microsoft.EntityFrameworkCore.SqlServer` from 9.0.3 to 9.0.4 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v9.0.3...v9.0.4) Updates `System.Configuration.ConfigurationManager` from 9.0.2 to 6.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v9.0.2...v6.0.1) --- updated-dependencies: - dependency-name: Microsoft.Data.SqlClient dependency-version: 5.1.6 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.EntityFrameworkCore.SqlServer dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: System.Configuration.ConfigurationManager dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../Shared.TestableCode.Database.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Shared.TestableCode.Database/Shared.TestableCode.Database.csproj b/Shared.TestableCode.Database/Shared.TestableCode.Database.csproj index 522aae1..810cef0 100644 --- a/Shared.TestableCode.Database/Shared.TestableCode.Database.csproj +++ b/Shared.TestableCode.Database/Shared.TestableCode.Database.csproj @@ -1,4 +1,4 @@ - + net8.0 @@ -7,7 +7,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all