Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2018-11-29 15:36:00 +0300
committerEdward Thomson <ethomson@edwardthomson.com>2018-11-29 15:36:00 +0300
commit9c97dcddaf5eda731462aa56d931266937b257c9 (patch)
tree20a71b9a4d3c1727e050488e1001662d111c9302
parent426cdbcfab985e88cc498cc294af466abaf2f5de (diff)
Update NativeBinaries to 1.0.258
No more zlib or libcurl dependencies.
-rw-r--r--LibGit2Sharp/LibGit2Sharp.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/LibGit2Sharp/LibGit2Sharp.csproj b/LibGit2Sharp/LibGit2Sharp.csproj
index bdb7f7a0..2acbf29e 100644
--- a/LibGit2Sharp/LibGit2Sharp.csproj
+++ b/LibGit2Sharp/LibGit2Sharp.csproj
@@ -29,7 +29,7 @@
</ItemGroup>
<ItemGroup>
- <PackageReference Include="LibGit2Sharp.NativeBinaries" Version="[1.0.252]" PrivateAssets="none" />
+ <PackageReference Include="LibGit2Sharp.NativeBinaries" Version="[1.0.258]" PrivateAssets="none" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta-63127-02" PrivateAssets="all" />
<PackageReference Include="Nerdbank.GitVersioning" Version="2.2.13" PrivateAssets="all" />
</ItemGroup>