====== Create Custom NuGet Package Source Guide ====== This page tells how to create a custom NuGet Package Source, and make it works in your VisualStudio. ==== Download the packages ==== Please visit the www.nuget.org, find target package you want to get and click download button in the page. {{:wiki:customNuGetImage1.png}} Put all the .nupkg files in the same folder. {{:wiki:customNuGetImage2.png}} ==== Change the setting to point your custom package source ==== Open VisualStudio and NuGet UI {{:wiki:customNuGetImage3.png}} Open the options dialog {{:wiki:customNuGetImage4.png}} Click the add new package button {{:wiki:customNuGetImage5.png}} Type in your folder which contains the .nupkg files {{:wiki:customNuGetImage6.png}} Save your change, uncheck nuget.org item then check the item you created. Now you can install the packages from your custom package source.