Skip to content

Commit

Permalink
Upgrade SharpZipLib
Browse files Browse the repository at this point in the history
  • Loading branch information
chriseldredge committed Jan 3, 2023
1 parent c11fd2c commit 3443e75
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions source/Lucene.Net.Linq.Tests/Lucene.Net.Linq.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<HintPath>..\..\packages\Common.Logging.2.3.1\lib\net40\Common.Logging.dll</HintPath>
</Reference>
<Reference Include="ICSharpCode.SharpZipLib">
<HintPath>..\..\packages\SharpZipLib.0.86.0\lib\20\ICSharpCode.SharpZipLib.dll</HintPath>
<HintPath>..\..\packages\SharpZipLib.1.3.3\lib\20\ICSharpCode.SharpZipLib.dll</HintPath>
</Reference>
<Reference Include="Lucene.Net.Contrib.Analyzers">
<HintPath>..\..\packages\Lucene.Net.Contrib.3.0.3\lib\net40\Lucene.Net.Contrib.Analyzers.dll</HintPath>
Expand Down Expand Up @@ -196,4 +196,4 @@
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
</Project>
2 changes: 1 addition & 1 deletion source/Lucene.Net.Linq.Tests/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
<package id="NUnit" version="2.6.4" targetFramework="net40" />
<package id="Remotion.Linq" version="1.13.183.0" targetFramework="net40" />
<package id="RhinoMocks" version="3.6.1" />
<package id="SharpZipLib" version="0.86.0" />
<package id="SharpZipLib" version="1.3.3" />
</packages>
4 changes: 2 additions & 2 deletions source/Lucene.Net.Linq/Lucene.Net.Linq.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<HintPath>..\..\packages\Common.Logging.2.3.1\lib\net40\Common.Logging.dll</HintPath>
</Reference>
<Reference Include="ICSharpCode.SharpZipLib">
<HintPath>..\..\packages\SharpZipLib.0.86.0\lib\20\ICSharpCode.SharpZipLib.dll</HintPath>
<HintPath>..\..\packages\SharpZipLib.1.3.3\lib\20\ICSharpCode.SharpZipLib.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down Expand Up @@ -190,4 +190,4 @@
<None Include="readme.txt" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
</Project>
4 changes: 2 additions & 2 deletions source/Lucene.Net.Linq/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
<package id="Common.Logging" version="2.3.1" targetFramework="net40" />
<package id="Lucene.Net" version="3.0.3" targetFramework="net40-Client" />
<package id="Remotion.Linq" version="1.13.183.0" targetFramework="net40-Client" />
<package id="SharpZipLib" version="0.86.0" />
</packages>
<package id="SharpZipLib" version="1.3.3" />
</packages>

0 comments on commit 3443e75

Please sign in to comment.