bitfinex-rest
bitfinex-rest copied to clipboard
.NET Core supported?
is it possible to support .net core?
I compiled this project myself and did same tests in Windows 7, but get this error message:
System.AggregateException HResult=0x80131500 Message=One or more errors occurred. (Operation is not supported on this platform.) Source=System.Private.CoreLib StackTrace: at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) at Bitfinex.BitfinexRestClient.GetTickers(String[] symbols) in XXXX\bitfinex-rest-master\Bitfinex\TickersClient.cs:line 31 at ConsoleApp1.Program.Main(String[] args) in XXXXX\bitfinex-rest-master\ConsoleApp1\Program.cs:line 12
Exception: Operation is not supported on this platform.
any advice?