We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e282eef commit dd08876Copy full SHA for dd08876
UseLibgit2sharp.csproj
@@ -4,16 +4,6 @@
4
<TargetFramework>net6.0</TargetFramework>
5
</PropertyGroup>
6
<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" />
+ <PackageReference Include="LibGit2Sharp" Version="0.27.2" />
18
</ItemGroup>
19
</Project>
0 commit comments