Currently we are migrating new services to a brand new server, but I've noticed many are reliant on the enterprise library blocks being in the GAC. I'm not a fan of having the reliance on the GAC as it means us having to install those assemblies on each server box. I'd rather them being deployed side-by-side with the application or service.
My question is, should I refactor the projects to store the assemblies locally in the project (i.e. within a lib folder) or install them on the server?
Normally I would use NuGet to do this but I had problems with it using EntLib and I need May 2007 version which I'm not sure NuGet will target specifically.