From d6b82cf085e7df6ba366742bf7a8328bedea6893 Mon Sep 17 00:00:00 2001 From: Developer 02 Date: Wed, 16 Apr 2025 13:04:40 +0200 Subject: [PATCH] Update Entity Framework Core package references Removed the fixed version for Microsoft.EntityFrameworkCore and added conditional references for versions 7.0.20, 8.0.15, and 9.0.4 based on target frameworks net7.0, net8.0, and net9.0, respectively. --- .../DigitalData.UserManager.Infrastructure.csproj | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/DigitalData.UserManager.Infrastructure/DigitalData.UserManager.Infrastructure.csproj b/DigitalData.UserManager.Infrastructure/DigitalData.UserManager.Infrastructure.csproj index f93db22..06802cd 100644 --- a/DigitalData.UserManager.Infrastructure/DigitalData.UserManager.Infrastructure.csproj +++ b/DigitalData.UserManager.Infrastructure/DigitalData.UserManager.Infrastructure.csproj @@ -27,7 +27,18 @@ - + + + + + + + + + + + +