0 votes
by (8.4k points)

Hello,

I have problem with installing Rebex component via NuGet on my VisualStudio 2012. The error is:

Install-Package : « Rebex.Networking » already has a dependency
defined for « Rebex.Common »

Could you suggest any solution to this problem?

1 Answer

+1 vote
by (3.9k points)
edited by
 
Best answer

Older versions of Visual Studio do not include an up-to-date version of NuGet package manager

The solution is to download and install the latest version of NuGet package manager from the Visual Studio marketplace web page.

...