From f500d9d974b067649fc1c9f071ba740175d73928 Mon Sep 17 00:00:00 2001 From: TekH Date: Thu, 23 Oct 2025 09:27:26 +0200 Subject: [PATCH] chore(Abstractions): update package references and add dependency injection packages - Added Microsoft.Extensions.DependencyInjection and Abstractions for net462 - Added Microsoft.Extensions.DependencyInjection for net7.0, net8.0, and net9.0 - Updated Microsoft.Extensions.* package versions for net8.0 and net9.0 to 9.0.10 --- .../DigitalData.Core.Abstractions.csproj | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/DigitalData.Core.Abstractions/DigitalData.Core.Abstractions.csproj b/DigitalData.Core.Abstractions/DigitalData.Core.Abstractions.csproj index 308ca87..57b7f71 100644 --- a/DigitalData.Core.Abstractions/DigitalData.Core.Abstractions.csproj +++ b/DigitalData.Core.Abstractions/DigitalData.Core.Abstractions.csproj @@ -42,19 +42,27 @@ latest + + + + + + - - + + + - - + + + \ No newline at end of file