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

link|improve this question

67% accept rate
feedback

3 Answers

up vote 3 down vote accepted

You could KIND OF get things working with Nuget.exe from the command line via some macros and custom toolbars, the add the references yourself.

link|improve this answer
Scott, I'm assuming you didn't give these folks the permission to copy your article onto their site: geekofwar.com/article/9679/NuGet-Support-for-Visual-Studio-2008 ? Dana linked to this in her (hopefully deleted by now) spam answer. – Brad Larson Aug 21 '11 at 21:02
feedback

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.)

link|improve this answer
Great thanks. I can now update my blog :-) – Salman Jamal Oct 13 '10 at 5:19
feedback

There is NuGet Support in SharpDevelop 4.1, which in turn supports Visual Studio 2008 solutions.

link|improve this answer
Sharpdevelp 4.1 is in alpha now. However, that does present an awkward but potentially viable solution. – Justin Dearing Apr 4 '11 at 13:39
Switching to SharpDevelop is not realy a solution to the problem, but thanks for the information – anthoro Jul 1 '11 at 6:32
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.