Dare to upgrade libgit2 and remove libssl dep

This commit is contained in:
Dominion
2023-05-14 19:46:42 -04:00
parent cc74e83939
commit 4ee05fcd0c
3 changed files with 1 additions and 10 deletions
@@ -74,8 +74,7 @@
<!-- Usage: GitLab interop -->
<PackageReference Include="GitLabApiClient" Version="1.8.0" />
<!-- Usage: git interop -->
<!-- Pinned: Later versions are known to show issues with TGS. Do not upgrade without thorough git testing -->
<PackageReference Include="LibGit2Sharp" Version="0.27.0-preview-0034" />
<PackageReference Include="LibGit2Sharp" Version="0.27.2" />
<!-- Usage: JWT injection into HTTP pipeline -->
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.15" />
<!-- Usage: Support ""legacy"" Newotonsoft.Json in HTTP pipeline. The rest of our codebase uses Newtonsoft. -->