User Tools

Site Tools


create_custom_package_source_guide

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.

Put all the .nupkg files in the same folder.

Change the setting to point your custom package source

Open VisualStudio and NuGet UI

Open the options dialog

Click the add new package button

Type in your folder which contains the .nupkg files

Save your change, uncheck nuget.org item then check the item you created.

Now you can install the packages from your custom package source.

create_custom_package_source_guide.txt · Last modified: 2017/07/06 08:47 by tgwikiupdate