Every DLL that comes by way of NuGet shows an exclamation mark against a yellow background after cloning the ASP.NET MVC project from github. The problem appears to be the PATH which is absolute rather than relative, meaning that it shows the initial developer's absolute path which in my case is different than mine.
So ...
Is there a way to force Nuget to use relative paths? Or, is there a way to simply use Nuget to update all of these from within the project? Or, is there a better way to work with NuGet in a github environment?
Thanks