Skip to content

Commit dd08876

Browse files
committed
upgrade to LibGit2Sharp 0.27.2
1 parent e282eef commit dd08876

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

UseLibgit2sharp.csproj

+1-11
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,6 @@
44
<TargetFramework>net6.0</TargetFramework>
55
</PropertyGroup>
66
<ItemGroup>
7-
<!--
8-
To use this in Ubuntu 20.04 we need a preview release of LibGit2Sharp.
9-
10-
Release versions of libgit2sharp still use libssl1.0.0 which was dropped from Ubuntu.
11-
12-
See https://github.com/libgit2/libgit2sharp/issues/1747 # for working in ubuntu 20.04.
13-
See https://github.com/libgit2/libgit2sharp/pull/1905 # for libgit2 1.1.1.
14-
See https://github.com/libgit2/libgit2sharp/pull/1907 # for libgit2 1.2.0. # TODO this is not yet released in a nuget package.
15-
See
16-
-->
17-
<PackageReference Include="LibGit2Sharp" Version="0.27.0-preview-0182" />
7+
<PackageReference Include="LibGit2Sharp" Version="0.27.2" />
188
</ItemGroup>
199
</Project>

0 commit comments

Comments
 (0)