ccxt-net / ccxt.net

CCXT.NET – CryptoCurrency eXchange Trading Library for .NET
MIT License
196 stars 65 forks source link

set ccxt.net to .NETStandard 2.0 to make it compatiable with more tar… #30

Closed memoryfraction closed 1 year ago

memoryfraction commented 1 year ago

Setted CCXT.NET to DotNETStandard 2.0 instead of .NET 6, since .net standard is compatible with more versions of Dotnet versions Per: https://docs.microsoft.com/en-us/dotnet/standard/net-standard

Since .net6 is only compatible with .NET 6 or higher version