Using NuGet with TFS on multiple development machines (DLLs that are not copied)

Possible duplicate:
Using NuGet to share code between developers

I recently replaced using a library by explicitly referencing third-party DLLs that are stored in my projects in TFS in the "libs" folder, which allows NuGet to handle such project references. However, when I add a NuGet reference to one machine (for example, in Daniel Crenna's TweetSharp ) the libraries don't seem to show up after extracting the latest version of the project on the other machine. But NuGet thinks they are installed, so I cannot update the installation.

It might be easier to understand with some screenshots. (I'll include small ones with a click and beyond.)

Here's the project references added by NuGet to the original machine:

Screenshot from original machine

and here is the corresponding screenshot from the second computer after getting the latest solution from TFS and restoring:

Screenshot from second machine

You will see that the correct link is in the project, but it has a yellow warning triangle because the DLL is not available, but the NuGet dialog only suggests "uninstall", not "install" or "reinstall".

How am I supposed to use NuGet in conjunction with TFS on multiple development machines?

+1
tfs nuget


source to share


No one has answered this question yet

See similar questions:

4
Using NuGet to share code between developers
3
Restoring a NuGet package * without * changing each project in the solution to import the NuGet.targets MsBuild task

or similar:

272
NuGet packages are missing
106
Setting a shared nuget packages folder for all solutions when some projects are included in multiple solutions
55
Nuget version issue with package restore
2
Should the DLL be in the lib folder in the nuget package
2
Easily override NuGet DLLs in development (VS 2015)
1
Restoring NuGet packages
1
Multiple link to dll error when reinstalling nuget
1
Visual Studio project, local.dll reference maintained by Nuget.dll
0
Resharper changes the DLLs of the Nuget package when Visual Studio starts
0
How to install a specific DLL from Nuget



All Articles
Loading...
X
Show
Funny
Dev
Pics