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

Nuget package not working on Ubuntu 19.04 #98

Closed
rose-a opened this issue Jul 15, 2019 · 2 comments
Closed

Nuget package not working on Ubuntu 19.04 #98

rose-a opened this issue Jul 15, 2019 · 2 comments

Comments

@rose-a
Copy link

rose-a commented Jul 15, 2019

The nuget package as a dependency does not work on Ubuntu 19.04 (see GitTools/GitVersion#1744).

Im not shure which binaries it tries tu use, I'd suspect it selects the linux-x64 binaries (the error looks very similar to the one in GitTools/GitVersion#1510).

When built and installed directly on the machine, everything works fine.

@dnperfors
Copy link

Same happens on Ubuntu 20.04, it definitely tries to use linux-x64 which rely on libssl 1.0, instead of 1.1

@ethomson
Copy link
Member

libssl is no longer a dependency for the LibGit2Sharp builds, thanks to libgit2/libgit2sharp#1618. Upgrading to the latest nuget package will fix this. https://www.nuget.org/packages/LibGit2Sharp/0.27.0-preview-0096

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

No branches or pull requests

3 participants