From b2e64e794ca0c66fc423048777e48d184dca53a8 Mon Sep 17 00:00:00 2001 From: Developer 02 Date: Wed, 16 Apr 2025 13:16:07 +0200 Subject: [PATCH] Update package references for target frameworks Added `DigitalData.Core.Infrastructure` version `2.0.0` and updated package references for `net7.0`, `net8.0`, and `net9.0` in `DigitalData.UserManager.Application.csproj`. Updated `AutoMapper` to version `14.0.0` for `net8.0` and `net9.0`, along with other related packages to their latest versions. --- ...DigitalData.UserManager.Application.csproj | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/DigitalData.UserManager.Application/DigitalData.UserManager.Application.csproj b/DigitalData.UserManager.Application/DigitalData.UserManager.Application.csproj index 4816f0a..734335d 100644 --- a/DigitalData.UserManager.Application/DigitalData.UserManager.Application.csproj +++ b/DigitalData.UserManager.Application/DigitalData.UserManager.Application.csproj @@ -31,6 +31,14 @@ + + + + + + + + @@ -38,6 +46,24 @@ + + + + + + + + + + + + + + + + + +