4
I installed the DLL Log4net for nuget. Since it’s in a different version of ours and a colleague gave it to me as usual, I deleted it from the folder and put the current one. When I build the Solution/project, the version that was installed by NuGet back. How do I remove and leave the old one even giving build? The option uninstall does not appear when I open the NuGet(only Install).
Try this on Uninstall-Package log4net
– Ricardo