-
-
Notifications
You must be signed in to change notification settings - Fork 96
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 for netcore / netstandard1.6 #140
Conversation
Rebuilding. I'm not sure why it hangs sometimes. |
Yeah Travis OSX has been struggling to download mono recently. |
Nuget merging done? |
Yep, it's done. |
Can we remove the OS X build on travis to make the build green? |
I think it's a temporary issue, but let me just try restarting that one failing job first... |
I've tried restarting it many times. |
Yep, I just tried again a few times and no luck. It fails to download mono. Here are some issues and PRs I have found that appear related:
From travis-ci/travis-ci#7615 (comment)
|
Let's add Line 32 in b5be96c
allowed_failures
|
Excellent, I'll release the nuget in beta later today! |
Fixes #1 by adding Support for netcore /
netstandard1.6
In this PR, I have reworked the commit history from:
master
-->netcore
#137in order to allow merging into
master
.See also:
netstandard1.6
#123netstandard1.6
and .NET Core #101