Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for .NET Standard #12

Closed
cmeeren opened this issue Mar 23, 2017 · 2 comments
Closed

Add support for .NET Standard #12

cmeeren opened this issue Mar 23, 2017 · 2 comments

Comments

@cmeeren
Copy link

cmeeren commented Mar 23, 2017

This is just what I need. Unfortunately, I need it for .NET Standard. Could you make it compatible with .NET Standard?

wbish added a commit that referenced this issue Mar 25, 2017
Fixes issues #4 and #12
@wbish
Copy link
Owner

wbish commented Mar 25, 2017

Check out v2.0.0.0 of the nuget package. That should help you out.

@danielcrenna
Copy link

As per my PR, this does not actually provide .NET Standard support, it provides .NET Standard libraries mixed with .NET 4.5 dependencies, making it require the full framework and not able to be used in pure .NET Core solutions (i.e. Linux & macOS).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants