RicoSuter / NuGetReferenceSwitcher

Visual Studio extension to switch between NuGet and project references.
http://nugetreferenceswitcher.org
Microsoft Public License
208 stars 69 forks source link

No NuGet references found. #30

Open arruw opened 6 years ago

arruw commented 6 years ago

It look like it doesn't find any nugets in "Switch to Project references" tab...

rmeshksar commented 6 years ago

I am having the same problem. Any idea on what the reason is?

RicoSuter commented 6 years ago

Are you using the new .csproj format (i.e. with the new PackageReference tags)? The new format is not supported...

codefox42 commented 6 years ago

In my case this behavior is caused by a non-default repository path - see also #32 .