JKorf / Binance.Net

A C# .netstandard client library for the Binance REST and Websocket Spot and Futures API focusing on clear usage and models

Home Page:https://jkorf.github.io/Binance.Net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot use Library in Azure Functions

Steffx115 opened this issue · comments

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?

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