Reputation: 465
I have an inherited project in Visual Studio 2008 for which I need to create a build plan. Since the developer left no unit tests, I'm really, really hesitant to upgrade the project to VS 2010.
That said, my solution for NOT storing binaries in our source control mechanism (SVN) is to use a Nuget repository that I host. Ideally, what I would do is:
Note that I have Visual Studio 2010 and NuGet installed - I just don't want to run the upgrade wizard. How could I go about doing this?
Upvotes: 0
Views: 103
Reputation: 2276
You can use Sharp Develop 4.1 to install packages in older solutions ( 2005/2008) Sharp Develop doesn't change the version of Visual Studio.
I think Visual Studio 2010 has to be installed with the plugin, but you already did that :-)
Upvotes: 1