Skip to content

Commit bf66710

Browse files
committed
Upgrades LibGit2Sharp to latest preview to fix issue preventing it to work on ubuntu:20.04
See libgit2/libgit2sharp#1747
1 parent 4feab16 commit bf66710

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/GitContributors/GitContributors.fsproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<PackAsTool>true</PackAsTool>
77
<ToolCommandName>git-contributor</ToolCommandName>
88
<PackageOutputPath>./nupkg</PackageOutputPath>
9-
<Version>0.2.0</Version>
9+
<Version>0.3.0</Version>
1010
</PropertyGroup>
1111

1212
<ItemGroup>
@@ -23,7 +23,7 @@
2323
</ItemGroup>
2424

2525
<ItemGroup>
26-
<PackageReference Include="LibGit2Sharp" Version="0.26.2" />
26+
<PackageReference Include="LibGit2Sharp" Version="0.27.0-preview-0116" />
2727
<PackageReference Include="Mono.Options" Version="6.6.0.161" />
2828
<PackageReference Include="Spectre.Console" Version="0.40.0" />
2929
</ItemGroup>

0 commit comments

Comments
 (0)