Kevin-Bronsdijk / kraken-net

Official Kraken.io .Net client
https://kraken.io
GNU General Public License v2.0
19 stars 5 forks source link

Target Netstandard #10

Closed spelltwister closed 6 years ago

spelltwister commented 6 years ago

Hey guys,

I was wondering if it was possible to get a netstandard build packaged for nuget. Right now, using kraken-net I have to use netstandard2.0 so I can target the existing package.

Thanks!

Kevin-Bronsdijk commented 6 years ago

Hi,

I was already planning a release, however, will have to look into the details to see whats required and how much work is involved.

I've created a new project which can be found here https://github.com/Kevin-Bronsdijk/kraken-net/projects/3. Hopefully, I can look into this next month.

Regards, Kevin

spelltwister commented 6 years ago

Sounds good. I'll probably pull a copy and see what's involved, but all the other stuff I've converted was super simple. Clearly the code can port as I am using it successfully, but it can probably target a lower standard than 2.0

Kevin-Bronsdijk commented 6 years ago

Just an update on this; I've created a branch targetting 1.6 right here https://github.com/Kevin-Bronsdijk/kraken-net/tree/DotNetStandard

Still need to work on the following items:

Kevin-Bronsdijk commented 6 years ago

Added 1.6 support in pr #13. The package (v 2.0) is available on nuget. Much of the tooling is still not up to standards but will clean up the project later.