Update SharpZipLib to 1.1.0.
The default code page has been changed to UTF8 so our workarounds are no longer needed.
This commit is contained in:
committed by
Oliver Brakmann
parent
9cbf08201f
commit
f69c6ab3fb
4
thirdparty/fetch-thirdparty-deps.ps1
vendored
4
thirdparty/fetch-thirdparty-deps.ps1
vendored
@@ -30,8 +30,8 @@ if (!(Test-Path "StyleCop.dll"))
|
||||
if (!(Test-Path "ICSharpCode.SharpZipLib.dll"))
|
||||
{
|
||||
echo "Fetching ICSharpCode.SharpZipLib from NuGet."
|
||||
./nuget.exe install SharpZipLib -Version 0.86.0 -ExcludeVersion -Verbosity quiet -Source nuget.org
|
||||
cp SharpZipLib/lib/20/ICSharpCode.SharpZipLib.dll .
|
||||
./nuget.exe install SharpZipLib -Version 1.1.0 -ExcludeVersion -Verbosity quiet -Source nuget.org
|
||||
cp SharpZipLib/lib/net45/ICSharpCode.SharpZipLib.dll .
|
||||
rmdir SharpZipLib -Recurse
|
||||
}
|
||||
|
||||
|
||||
4
thirdparty/fetch-thirdparty-deps.sh
vendored
4
thirdparty/fetch-thirdparty-deps.sh
vendored
@@ -29,8 +29,8 @@ fi
|
||||
|
||||
if [ ! -f ICSharpCode.SharpZipLib.dll ]; then
|
||||
echo "Fetching ICSharpCode.SharpZipLib from NuGet"
|
||||
../noget.sh SharpZipLib 0.86.0
|
||||
cp ./SharpZipLib/lib/20/ICSharpCode.SharpZipLib.dll .
|
||||
../noget.sh SharpZipLib 1.1.0
|
||||
cp ./SharpZipLib/lib/net45/ICSharpCode.SharpZipLib.dll .
|
||||
rm -rf SharpZipLib
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user