2

I want to add a new package source to the NuGet Package Manager. By choosing Tools->NuGet Package Manager->Package Manager Settings I've arrived in the "Options" window. Then I've chosen Package Sources from NuGet Package Manager. The problem is that the "Plus" button is disabled.enter image description here

So how can I add a new source?

1
  • which VS and which NuGet Extension version? Also try to edit the "C:\Users\USERNAME\AppData\Roaming\NuGet\NuGet.Config" with an editor and add the entry there Commented Jun 8, 2016 at 14:43

1 Answer 1

1

Known issue in NuGet extension in VS. Workaround as mentioned in the comment is to manually add a source in the nuget.config located at: %appdata%\Roaming\NuGet\NuGet.Config. This fix will be available in 3.4.5 version of the NuGet extension (due later this month - June 2016)

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.