mcdis / SharpChakra

Slim managed any cpu .net wrapper of Microsoft.ChakraCore
MIT License
5 stars 2 forks source link

[WIP] .Net Standard 2.0 support #3

Closed GerardSmit closed 6 years ago

GerardSmit commented 6 years ago

Thanks for this repo, it helps kick-starting my project quite a bit. The only issue I have is that SharpChakra not targeting .Net Standard 2.0 (for .Net Core).

This PR adds support for .Net Standard 2.0:

Additionally I changed the structure a little bit:

If you don't want the stucture to be changed feel free to close this PR and get the code for .Net Standard from my fork.

GerardSmit commented 6 years ago

I've found some issues I need to fix. I'll push them this week.