Install Nuget Package Offline in Visual Studio from downloaded file using package manager console

preview_player
Показать описание
In this video, we'll learn how to Install Nuget Package Offline in Visual Studio from downloaded file manually using package manager console.

With the evolution of the .NET framework in 2013 our package management resources for the .NET framework have also evolved.
Рекомендации по теме
Комментарии
Автор

Please subscribe this channel and share this video if you find this video helpful.

DotNetCare
Автор

Thank u so much excellent job thanks really helped me

suchitrapathak
Автор

Thans so much for the tips,
I just want to add that sometime we have to put the package on the default folder of the package manager when we can't change the path in the visual studioas my situation.

walidbenhassine
Автор

Genial... me sirvió sigue adelante. Gracias.

aldairecheverria
Автор

TLDR;
From Visual Studio's Package Manager Console command line type:
Install-Package PackageName -Source C:\PathToNugetFile\

camixxx
Автор

Install-Package : The current environment doesn't have a solution open.

dysnXO