Skip to content

Commit b1833e8

Browse files
committed
Try fixing the issue with libgit2sharp blocking newer .NET versions
The single-file build functionality in .NET 5 did not work well with earlier versions of libgit2sharp. Let's see if our build works with this version and .NET 5 or .NET 6. For discussion of the errors we got when trying .NET 5 with earlier versions of libgit2sharp, see libgit2/libgit2sharp#1857, libgit2/libgit2sharp.nativebinaries#111, dotnet/sdk#3685, and dotnet/runtime#36590
1 parent 14c7582 commit b1833e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

implement/elm-fullstack/elm-fullstack.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<ItemGroup>
2525
<PackageReference Include="FluffySpoon.AspNet.LetsEncrypt" Version="1.116.0" />
2626
<PackageReference Include="JavaScriptEngineSwitcher.V8" Version="3.12.4" />
27-
<PackageReference Include="LibGit2Sharp" Version="0.27.0-preview-0096" />
27+
<PackageReference Include="LibGit2Sharp" Version="0.27.0-preview-0116" />
2828
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="3.1.0" />
2929
<PackageReference Include="Microsoft.ClearScript.V8.Native.linux-x64" Version="7.1.4" />
3030
<PackageReference Include="Microsoft.ClearScript.V8.Native.win-x64" Version="7.1.4" />

0 commit comments

Comments
 (0)