JKorf / Binance.Net

A C# .netstandard client library for the Binance REST and Websocket Spot and Futures API focusing on clear usage and models
https://jkorf.github.io/Binance.Net/
MIT License
1.02k stars 420 forks source link

Cannot use Library in Azure Functions #1379

Closed Steffx115 closed 1 month ago

Steffx115 commented 1 month ago

As the Package references Microsoft.Extensions.Logging.Abstractions >= 8.0.0.1 and the AspNet Framework uses the 8.0.0.0 version im unable to startup my azure functions project, is the 8.0.0.1 Version really needed?

Steffx115 commented 1 month ago

Was an error on my side, forgot to use dotnet-isolated in local.settings