Skip to content

Updating libgit2sharp binaries (removes curl/zlib dependency) #1544

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

Closed
wants to merge 1 commit into from
Closed

Updating libgit2sharp binaries (removes curl/zlib dependency) #1544

wants to merge 1 commit into from

Conversation

pauldotknopf
Copy link

See this and this.

Using gitversion on Ubuntu 18.10 currently is broken (because of libcurl4). Updating to this version of the libgit2sharp native binaries should resolve my issue.

@pauldotknopf
Copy link
Author

Ah, it looks like https://github.com/GitTools/GitTools.Core needs to be updated. I'll look into that.

@pauldotknopf
Copy link
Author

pauldotknopf commented Dec 3, 2018

It looks like the latest libgit2sharp uses netstandard2.0 and net461.

This would affect both GitTools.Core and this repo.

Is this a no go? Would you guys want to drop netstandard1.3, net40, net45, etc?

@kll
Copy link
Contributor

kll commented Dec 11, 2018

See #1422

@asbjornu
Copy link
Member

@pauldotknopf, thanks fort this! I assume #1422 will change the prerequisites for your work here so perhaps wait until that's merged, rebase and move from there?

@pauldotknopf
Copy link
Author

Yup, I'll wait.

@pauldotknopf pauldotknopf mentioned this pull request Dec 18, 2018
@pauldotknopf
Copy link
Author

In order for this to work, we'd have to drop net461 and target only netstandard.

@pauldotknopf
Copy link
Author

Actually, it looks like it was already done. Sweet!

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

Successfully merging this pull request may close these issues.

3 participants