When I run nuget install package, my assembly reference is set with "Specific Version" false. I want this set to true when installing a package, is this possible?
I need to prohibit the assembly resolution to use older versions of the package assemblies.