I'm getting an error in Visual studio 2017 when I build the solution.
"The package ComponentAce.Compression.Libs.zlib with version 1.0.4 could not be found in C:\Users\.nuget\packages. Run a NuGet package restore to download the package.".
My code is in .net 4.7.2 (C#,WPF)
I tried to install/uninstall/rebuild/clean and I also completely removed any references to that package in my code. Nothing's working. Any idea what's the issue here?