From c4c37549cd1f19763a0f58c1953ae53af0cc8e6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 08:47:28 +0000 Subject: [PATCH] Bump Microsoft.EntityFrameworkCore.SqlServer and Microsoft.Data.SqlClient Bumps [Microsoft.EntityFrameworkCore.SqlServer](https://github.com/dotnet/efcore) and [Microsoft.Data.SqlClient](https://github.com/dotnet/sqlclient). These dependencies needed to be updated together. Updates `Microsoft.EntityFrameworkCore.SqlServer` from 7.0.3 to 7.0.14 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v7.0.3...v7.0.14) Updates `Microsoft.Data.SqlClient` from 5.0.1 to 5.1.1 - [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/v5.0.1...v5.1.1) --- updated-dependencies: - dependency-name: Microsoft.EntityFrameworkCore.SqlServer dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Data.SqlClient dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- DataAccess/DataAccess.csproj | 4 ++-- MyApp.Infrastructure/MyApp.Infrastructure.csproj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DataAccess/DataAccess.csproj b/DataAccess/DataAccess.csproj index ae9a287..59bab3e 100644 --- a/DataAccess/DataAccess.csproj +++ b/DataAccess/DataAccess.csproj @@ -9,12 +9,12 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all - + diff --git a/MyApp.Infrastructure/MyApp.Infrastructure.csproj b/MyApp.Infrastructure/MyApp.Infrastructure.csproj index a279df8..3343d43 100644 --- a/MyApp.Infrastructure/MyApp.Infrastructure.csproj +++ b/MyApp.Infrastructure/MyApp.Infrastructure.csproj @@ -5,7 +5,7 @@ - +