From dd679b79b48fd7c9e48145b774c67cc7f8c3c496 Mon Sep 17 00:00:00 2001 From: Developer 02 Date: Tue, 20 May 2025 11:37:03 +0200 Subject: [PATCH] Update target frameworks and version to 2.1.0 - Added support for net8.0 and net9.0 frameworks. - Incremented package, assembly, and file versions to 2.1.0. - Updated `Microsoft.Extensions.Options` to 7.0.1 for net7.0, 8.0.2 for net8.0, and 9.0.5 for net9.0. - Updated `Microsoft.Extensions.Options.ConfigurationExtensions` to 8.0.0 for net8.0 and 9.0.5 for net9.0. - Maintained existing project reference to `DigitalData.Core.Abstractions.csproj`. --- .../DigitalData.Core.Client.csproj | 24 +++++++++++++++---- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/DigitalData.Core.Client/DigitalData.Core.Client.csproj b/DigitalData.Core.Client/DigitalData.Core.Client.csproj index 1a170c6..86d561e 100644 --- a/DigitalData.Core.Client/DigitalData.Core.Client.csproj +++ b/DigitalData.Core.Client/DigitalData.Core.Client.csproj @@ -6,7 +6,6 @@ enable This package provides HTTP client extension methods for the DigitalData.Core library, offering simplified and asynchronous methods for fetching and handling HTTP responses. It includes utility methods for sending GET requests, reading response content as text or JSON, and deserializing JSON into dynamic or strongly-typed objects using Newtonsoft.Json. These extensions facilitate efficient and easy-to-read HTTP interactions in client applications. DigitalData.Core.Client - 2.0.3 Digital Data GmbH Digital Data GmbH Digital Data GmbH @@ -15,8 +14,9 @@ core_icon.png http://git.dd:3000/AppStd/WebCoreModules.git digital data core http client json serilization - 2.0.3 - 2.0.3 + 2.1.0 + 2.1.0 + 2.1.0 @@ -26,13 +26,27 @@ - + - + + + + + + + + + + + + + + +