From 0117737dfacb8f37f087ab8d59ae806ab66b1e55 Mon Sep 17 00:00:00 2001 From: Jan Korf Date: Tue, 28 Dec 2021 14:13:14 +0100 Subject: [PATCH] Added conditional refs for Microsoft.Extensions, added DependencyInjection.Abstractions to support extension method on IServiceCollection --- CryptoExchange.Net/CryptoExchange.Net.csproj | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/CryptoExchange.Net/CryptoExchange.Net.csproj b/CryptoExchange.Net/CryptoExchange.Net.csproj index 2d64426..a821296 100644 --- a/CryptoExchange.Net/CryptoExchange.Net.csproj +++ b/CryptoExchange.Net/CryptoExchange.Net.csproj @@ -1,4 +1,4 @@ - + netstandard2.0;netstandard2.1 @@ -46,6 +46,20 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + + + + + + + + + + + + + + + \ No newline at end of file