Skip to content

Commit

Permalink
Upgrade LibGit2Sharp to 0.26.0-preview-0070
Browse files Browse the repository at this point in the history
From ethomson:

> I've released a prerelease LibGit2Sharp that should help a bit here. I've
> updated libgit2 to have built-in support for proxies, so we no longer rely
> upon libcurl. I think this should help the native dependency problems quite
> a bit.

This should resolve the libcurl4 issue with have on Ubuntu 18.04.1 (#13).
  • Loading branch information
terrajobst committed Dec 6, 2018
1 parent 4c9a535 commit 80f2177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/git-istage/git-istage.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="LibGit2Sharp" Version="0.25.3" />
<PackageReference Include="LibGit2Sharp" Version="0.26.0-preview-0070" />
<PackageReference Include="Microsoft.DotNet.Analyzers.Compatibility" Version="0.2.12-alpha">
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit 80f2177

Please sign in to comment.