-
Notifications
You must be signed in to change notification settings - Fork 4
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
Support NETStandard #2
Comments
binki
added a commit
to binki/ITask
that referenced
this issue
Jan 24, 2018
This allows one to implement methods which directly return `ITask` and `ITask<TResult>` without needing to use `TaskInterfaceFactory.Create()`. Fixes jam40jeff#2.
Here is a PR that transitions the project onto .NETStandard2.0 |
The library will be updated to support netstandard1.0 as part of this pull request. |
This is available as of the MorseCode.ITask 2.0.0 package that was just published to NuGet. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add support for NETStandard platform.
The text was updated successfully, but these errors were encountered: