libgit2sharp icon indicating copy to clipboard operation
libgit2sharp copied to clipboard

.NET Standard support?

Open holc-tkomp opened this issue 1 year ago • 0 comments

We're using LibGit2Sharp in our internal nuget package, which targets netstandard2.0 and net461.

LibGit2Sharp 0.27.0+ no longer targets netstandard, which prevents us from upgrading it. We need to update native libgit binaries, as git2-106a5f2.dll contains known vulnerabilities.

Why .NET Standard support was removed? Are there any plans to bring it back?

Is there a way to use newer native binaries with older libgit2sharp?

Version of LibGit2Sharp (release number or SHA1)

0.26.2 - Can't upgrade to anything higher due to reason above. git2-106a5f2.dll

holc-tkomp avatar Jan 04 '24 23:01 holc-tkomp