RicoSuter / NuGetReferenceSwitcher

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

Support another package sources (Private Nuget ) #54

Open amir135 opened 3 years ago

amir135 commented 3 years ago

We use own Nuget package sources and can not use this tool for switch between private Nuget plugin and project . Can we use this tool with another package sources?

BigHoss commented 2 years ago

Yes you can, you just need a nuget.config file in the root of your project Documentation of nuget and config files

Edit: I am not quite sure if it will really work with the reference switcher, I thought this was the dnt repo (where it definitely works)