ccxt-net / ccxt.net

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

Netcoreapp 2.2 Compatibility #9

Closed aliesenli closed 5 years ago

aliesenli commented 5 years ago

This Library isn't compatible with Netcoreapp2.2 therefore I can't download it to my Project. Is there a way solve this problem?

lisa3907 commented 5 years ago

After downloading the ccxt.net source, modify the target framework of the project to netstandard 2.0 and try again.

aliesenli commented 5 years ago

After downloading the ccxt.net source, modify the target framework of the project to netstandard 2.0 and try again.

Alright. But I've never added a framework manually to the Project without using nuget. Is there a documentation/resource you can recommend me?

lisa3907 commented 5 years ago

C # program developer right? Attach your source and I'll review it.

aliesenli commented 5 years ago

C # program developer right? Attach your source and I'll review it.

Well it's an ASP.NET Core-Webapplication using MVC pattern. I haven't done anything yet that's why I don't want to attach.

But If you know how to add this framework to an asp.net core-webapplication without using nuget packet manager, I would be thankful.

lisa3907 commented 5 years ago

1 => ccxt.net solution

2 => ccxt.net target framework

3 => ccxt.test target framework

"프로젝트" is project Tester project's name is ccxt.test