Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

NuPack (NuGet) on Visual Studio 2008

Can NuPack (NuGet) be installed on Visual Studio 2008?

like image 730
John Smith Avatar asked Oct 13 '10 04:10

John Smith


People also ask

How do I get NuGet packages in Visual Studio 2008?

Launch Visual Studio 2008 and go to Tools | External Tools.Make a new Tool with these values: Title: NuGet Install. Command (I'm assuming this is in the PATH): nuget.exe.

How do I reference a Nupkg file in Visual Studio?

Visual Studio (csproj > Properties > Package > Tick "Generate NuGet Package on Build". Then Build the solution) dotnet CLI (in command prompt in project folder: dotnet build , then dotnet pack commands) NuGet CLI (in command prompt in project folder: dotnet build , then nuget pack command)

How do I add NuGet feed to Visual Studio?

In visual studio, select Preferences from the menu bar. Select NuGet, and then select Sources. Select Add, and then enter your feed's name, the source URL, a userName (any string), and your personal access token. Select OK.


1 Answers

No...It supports only VS 2010

From NuPack FAQ

The NuPack Package Manager Console requires that PowerShell 2.0 be installed, thus NuPack requires one of the following operating systems:

* Windows Vista * Windows 7 * Windows Server 2008 

NuPack also supports:

* Visual Studio 2010 * Visual Web Developer 2010 (this support is planned, but not yet implemented.) 
like image 135
Shoban Avatar answered Sep 19 '22 04:09

Shoban