2016-08-04 16 views

Antwort

3

Ansatz ist die gleiche wie zuvor: (. Pfad zum lokalen Ordner mit pacakages Hosting your own Nuget feed doc) Siehe Ihre NuGet.config Datei öffnen und Ihren lokalen Feed hinzufügen:

<?xml version="1.0" encoding="utf-8"?> 
<configuration> 
<packageSources> 
    <add key="AspNetVNext" value="https://www.myget.org/F/aspnetcidev/api/v3/index.json" /> 
    ... 
    <add key="LocalFeed" value="<path to your local folder>" /> 
</packageSources> 

Sie Standard ändern können NuGet CONFIG-Datei

Der Standardpfad für NuGet der Konfigurationsdatei ist% APPDATA% \ NuGet \ NuGet.Config (DOS) oder $ ENV: AppData \ NuGet \ NuGet.Config (Powershell).

oder erstellen Sie Ihre eigene Datei im Stammordner Ihrer Lösung.