-
Notifications
You must be signed in to change notification settings - Fork 899
Package updates #1602
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
Package updates #1602
Conversation
With the travis update to require a newer .NET Core, am I right in thinking that we are now no longer .NET Core 2.0 compatible? What's pushing that requirement? What is the fallout from that? |
The reason for that is to get a newer SDK, which is needed for the switch to Microsoft.SourceLink.GitHub. That has no impact on the compatibility of the library. That's determined by the TFMs we target, which hasn't changed. The library is still |
It appears that all of the AppVeyor builds on the libgit2 account are getting stuck at being queued, but never actually run. I've opened https://help.appveyor.com/discussions/problems/16035-queued-builds-never-start, so hopefully they'll be able to fix the problem. |
AppVeyor fixed the problem with the build queue! |
Yep, makes sense. Thanks @bording. |
Package updates
Also includes a minor tweak to the editorconfig file.