From 6fa67e511dc12bc863abafcff2778a11b55760d2 Mon Sep 17 00:00:00 2001 From: Hasso Date: Wed, 26 Nov 2025 17:23:48 -0600 Subject: [PATCH] Update to ProDotNetZip 1.20 DotNetZip has a security vulnerability (LT-22325). Update to ProDotNetZip 1.20 and include its dependencies. Change-Id: I66d87e488dc12447d7ac903bba5e4c90a906178b --- Build/mkall.targets | 4 +++- Build/nuget-common/packages.config | 4 +++- Src/Common/FieldWorks/App.config | 4 ---- Src/LexText/LexTextControls/LexTextControls.csproj | 4 ++-- Src/xWorks/xWorks.csproj | 4 ++-- Src/xWorks/xWorksTests/xWorksTests.csproj | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Build/mkall.targets b/Build/mkall.targets index 4c88587882..af7b87740f 100644 --- a/Build/mkall.targets +++ b/Build/mkall.targets @@ -578,7 +578,6 @@ - @@ -596,6 +595,7 @@ + @@ -609,6 +609,8 @@ + + diff --git a/Build/nuget-common/packages.config b/Build/nuget-common/packages.config index a8d76c37f4..d10f508027 100644 --- a/Build/nuget-common/packages.config +++ b/Build/nuget-common/packages.config @@ -9,7 +9,6 @@ - @@ -37,6 +36,7 @@ + @@ -86,6 +86,8 @@ + + diff --git a/Src/Common/FieldWorks/App.config b/Src/Common/FieldWorks/App.config index 923ff39c65..c97e5296f0 100644 --- a/Src/Common/FieldWorks/App.config +++ b/Src/Common/FieldWorks/App.config @@ -34,10 +34,6 @@ - - - - diff --git a/Src/LexText/LexTextControls/LexTextControls.csproj b/Src/LexText/LexTextControls/LexTextControls.csproj index bca65d7a39..46b701f18c 100644 --- a/Src/LexText/LexTextControls/LexTextControls.csproj +++ b/Src/LexText/LexTextControls/LexTextControls.csproj @@ -137,9 +137,9 @@ False ..\..\..\Output\Debug\DesktopAnalytics.dll - + False - ..\..\..\Output\Debug\DotNetZip.dll + ..\..\..\Output\Debug\ProDotNetZip.dll False diff --git a/Src/xWorks/xWorks.csproj b/Src/xWorks/xWorks.csproj index ab1790c115..b01a6444f4 100644 --- a/Src/xWorks/xWorks.csproj +++ b/Src/xWorks/xWorks.csproj @@ -156,8 +156,8 @@ False ..\..\Output\Debug\DocumentFormat.OpenXml.dll - - ..\..\packages\DotNetZip.1.13.7\lib\net40\DotNetZip.dll + + ..\..\Output\Debug\ProDotNetZip.dll diff --git a/Src/xWorks/xWorksTests/xWorksTests.csproj b/Src/xWorks/xWorksTests/xWorksTests.csproj index b8c149b719..e2f845a1f4 100644 --- a/Src/xWorks/xWorksTests/xWorksTests.csproj +++ b/Src/xWorks/xWorksTests/xWorksTests.csproj @@ -187,8 +187,8 @@ False - - ..\..\..\Output\Debug\DotNetZip.dll + + ..\..\..\Output\Debug\ProDotNetZip.dll False