From 92e61c8989817cc1d46f2ddd067103afa699cd3e Mon Sep 17 00:00:00 2001
From: Saber <66201115+Saber-1980@users.noreply.github.com>
Date: Fri, 23 Jan 2026 13:00:46 +0100
Subject: [PATCH] Added support for AutoMapper v16.x
---
.../AutoMapper.Collection.EntityFramework.Tests.csproj | 4 ++--
.../AutoMapper.Collection.EntityFramework.csproj | 6 +++---
src/AutoMapper.Collection/AutoMapper.Collection.csproj | 6 +++---
3 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/src/AutoMapper.Collection.EntityFramework.Tests/AutoMapper.Collection.EntityFramework.Tests.csproj b/src/AutoMapper.Collection.EntityFramework.Tests/AutoMapper.Collection.EntityFramework.Tests.csproj
index ac6860c..4d7ef98 100644
--- a/src/AutoMapper.Collection.EntityFramework.Tests/AutoMapper.Collection.EntityFramework.Tests.csproj
+++ b/src/AutoMapper.Collection.EntityFramework.Tests/AutoMapper.Collection.EntityFramework.Tests.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0
+ net8.0;net9.0;net10.0
AutoMapper.Collection.EntityFramework.Tests
false
@@ -29,4 +29,4 @@
-
+
\ No newline at end of file
diff --git a/src/AutoMapper.Collection.EntityFramework/AutoMapper.Collection.EntityFramework.csproj b/src/AutoMapper.Collection.EntityFramework/AutoMapper.Collection.EntityFramework.csproj
index 1223da0..9f28cc7 100644
--- a/src/AutoMapper.Collection.EntityFramework/AutoMapper.Collection.EntityFramework.csproj
+++ b/src/AutoMapper.Collection.EntityFramework/AutoMapper.Collection.EntityFramework.csproj
@@ -3,7 +3,7 @@
Collection updating support for EntityFramework with AutoMapper. Extends DBSet<T> with Persist<TDto>().InsertUpdate(dto) and Persist<TDto>().Delete(dto). Will find the matching object and will Insert/Update/Delete.
Tyler Carlson
- net8.0;net9.0
+ net8.0;net9.0;net10.0
AutoMapper.Collection.EntityFramework
AutoMapper.Collection.EntityFramework
icon.png
@@ -28,7 +28,7 @@
-
+
all
@@ -36,4 +36,4 @@
-
+
\ No newline at end of file
diff --git a/src/AutoMapper.Collection/AutoMapper.Collection.csproj b/src/AutoMapper.Collection/AutoMapper.Collection.csproj
index 23dabbc..3a299b5 100644
--- a/src/AutoMapper.Collection/AutoMapper.Collection.csproj
+++ b/src/AutoMapper.Collection/AutoMapper.Collection.csproj
@@ -3,7 +3,7 @@
Collection Add/Remove/Update support for AutoMapper. AutoMapper.Collection adds EqualityComparison Expressions for TypeMaps to determine if Source and Destination type are equivalent to each other when mapping collections.
Tyler Carlson
- net8.0;net9.0
+ net8.0;net9.0;net10.0
AutoMapper.Collection
AutoMapper.Collection
icon.png
@@ -24,11 +24,11 @@
-
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
-
+
\ No newline at end of file