I am moving to another machine and have installed latest version of VS 2022. I have references to Ionic.Zlib in my project but now it started showing reference to DotNetZip as well. Due to this it throws a compile time error - The type 'GZipStream' exists in both 'DotNetZip' Version... and 'Ionic.Zlib' ...
I looked to remove the reference to DotNetZip from References but it doesn't have any option.