This is an automated email from the ASF dual-hosted git repository.

nightowl888 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucenenet.git

commit 304a8f11db269696798d3ca2331599ea8fd65948
Author: Shad Storhaug <[email protected]>
AuthorDate: Thu Jul 11 12:33:38 2019 +0700

    Updated to the latest version of SharpZipLib, 1.1.0
---
 build/Dependencies.props                             | 2 +-
 src/Lucene.Net.Benchmark/Lucene.Net.Benchmark.csproj | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/build/Dependencies.props b/build/Dependencies.props
index e71518f..012fb9c 100644
--- a/build/Dependencies.props
+++ b/build/Dependencies.props
@@ -12,7 +12,7 @@
     <NewtonsoftJsonPackageVersion>10.0.3</NewtonsoftJsonPackageVersion>
     <NUnitPackageVersion>3.8.1</NUnitPackageVersion>
     <NUnit3TestAdapterPackageVersion>3.8.0</NUnit3TestAdapterPackageVersion>
-    <SharpZipLibPackageVersion>0.86.0</SharpZipLibPackageVersion>
+    <SharpZipLibPackageVersion>1.1.0</SharpZipLibPackageVersion>
     
<SharpZipLibNETStandardPackageVersion>0.86.0.1</SharpZipLibNETStandardPackageVersion>
     <Spatial4nCorePackageVersion>0.4.1-beta00007</Spatial4nCorePackageVersion>
     
<Spatial4nCoreNTSPackageVersion>0.4.1-beta00007</Spatial4nCoreNTSPackageVersion>
diff --git a/src/Lucene.Net.Benchmark/Lucene.Net.Benchmark.csproj 
b/src/Lucene.Net.Benchmark/Lucene.Net.Benchmark.csproj
index 93a6ca9..bd795aa 100644
--- a/src/Lucene.Net.Benchmark/Lucene.Net.Benchmark.csproj
+++ b/src/Lucene.Net.Benchmark/Lucene.Net.Benchmark.csproj
@@ -58,7 +58,7 @@
 
   <!-- NOTE: Microsoft's recommendation is not to use the ICloneable 
interface. We put in a FEATURE_CLONEABLE constant in case anyone wants to add 
it to the build -->
   <ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
-    <PackageReference Include="SharpZipLib.NETStandard" 
Version="$(SharpZipLibNETStandardPackageVersion)" />
+    <PackageReference Include="SharpZipLib" 
Version="$(SharpZipLibPackageVersion)" />
   </ItemGroup>
 
   <PropertyGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">

Reply via email to