From 1425c66c69b850e7cbebf72b1346d2e352ba36bf Mon Sep 17 00:00:00 2001 From: Jkorf Date: Wed, 28 May 2025 14:50:23 +0200 Subject: [PATCH] Dependencies update * Updated dotnet package versions from 9.0.0 to 9.0.5 * Replaced Microsoft.Extensions.Logging.Abstractions with icrosoft.Extensions.Logging * Replaced Microsoft.Extensions.Options.ConfigurationExtensions with Microsoft.Extensions.Configuration.Binder, which includes a source generator for AOT publishing * Removed redundant Microsoft.Extensions.DependencyInjection.Abstractions package reference --- CryptoExchange.Net/CryptoExchange.Net.csproj | 21 ++++++++------------ 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/CryptoExchange.Net/CryptoExchange.Net.csproj b/CryptoExchange.Net/CryptoExchange.Net.csproj index 31d8d96..4e3f1b6 100644 --- a/CryptoExchange.Net/CryptoExchange.Net.csproj +++ b/CryptoExchange.Net/CryptoExchange.Net.csproj @@ -37,12 +37,6 @@ true true - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - CryptoExchange.Net.xml @@ -56,11 +50,12 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - + + + + + + + + \ No newline at end of file