Skip to content

Instantly share code, notes, and snippets.

@glatrofa
Last active May 20, 2022 11:50
Show Gist options
  • Save glatrofa/b7475c738c4f1280cce2f8958f5c555b to your computer and use it in GitHub Desktop.
Save glatrofa/b7475c738c4f1280cce2f8958f5c555b to your computer and use it in GitHub Desktop.
Add online nuget repository to Visual Studio

Add online nuget repository to Visual Studio

  • Go to options
  • Search for "nuget"
  • Click on "package sources"
  • Click on the top right "+" button
  • Fill the fields with Name: nuget, Source: https://api.nuget.org/v3/index.json
  • Click update
  • Click ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment