From 6dd9f05aca1280eb354923e90ec3cf841014a526 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 16:30:18 +0000 Subject: [PATCH 1/2] Update dependency Microsoft.EntityFrameworkCore.SqlServer to v10 --- .../Dapper.Tests.Performance/Dapper.Tests.Performance.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmarks/Dapper.Tests.Performance/Dapper.Tests.Performance.csproj b/benchmarks/Dapper.Tests.Performance/Dapper.Tests.Performance.csproj index 0b05c7021..7c008ec61 100644 --- a/benchmarks/Dapper.Tests.Performance/Dapper.Tests.Performance.csproj +++ b/benchmarks/Dapper.Tests.Performance/Dapper.Tests.Performance.csproj @@ -58,13 +58,13 @@ - + - + From c5b76cbb53383fa2a62fc8a9f65410afe270b7b7 Mon Sep 17 00:00:00 2001 From: CodeLogicAI Date: Mon, 26 Jan 2026 16:40:19 +0000 Subject: [PATCH 2/2] Fix Entity Framework Core version compatibility for multi-targeting Updated EF Core versions to be compatible with each target framework: - net462: Use EF Core 3.1.10 (last version supporting .NET Framework) - net8.0: Use EF Core 8.0.12 (compatible with .NET 8) - net10.0: Use EF Core 10.0.2 (as defined in Directory.Packages.props) This fixes build errors where EF Core 10.0.2 was incorrectly specified for net462 and net8.0 targets, which don't support this version. --- .../Dapper.Tests.Performance/Dapper.Tests.Performance.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmarks/Dapper.Tests.Performance/Dapper.Tests.Performance.csproj b/benchmarks/Dapper.Tests.Performance/Dapper.Tests.Performance.csproj index 7c008ec61..2b3f42357 100644 --- a/benchmarks/Dapper.Tests.Performance/Dapper.Tests.Performance.csproj +++ b/benchmarks/Dapper.Tests.Performance/Dapper.Tests.Performance.csproj @@ -58,13 +58,13 @@ - + - +