I had to transfer my project over to Microsoft to look into a LiveUnitTesting bug, and the agent I got said there's too many errors to look at and he doesn't want to bother.
Okay so clearly my csproj has ..\..\..\packages which really is the root of C where nuget is pointing.
Is there no variable I can place in my csproj that would tell VS to "just use whatever location the local nuget uses"
Like {NugetPath}\Castle.Core.4.2.1\lib\net45\Castle.Core.dll or something?
