English 中文(简体)
我能否利用“NuGet”项目,该项目以较早版本的“视觉与演播室”,改进解决办法?
原标题:Can I use NuGet with a project built in an earlier version of Visual Studio WITHOUT upgrading the solution?

我在2008年演播室有一个继承的项目,为此,我需要制定一个建筑计划。 由于开发商没有进行单位测试,我真的很犹豫地将项目升级到2010年甚小。

尽管如此,我在我们的源控制机制(SVN)中储存二元的解决方案是使用我所在的Nuget存放处。 理想的情况是:

  1. WITHOUT upgrading the VS 2008 project, remove the references and instead insert a *.pkg reference
  2. Host the dlls in a NuGet Package on my local NuGet server
  3. Let my Build rip so to speak.

请注意,我安装了“视力演播室2010”和“NuGet”——我不想管理升级。 我怎么办?

最佳回答

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.

website

I think Visual Studio 2010 has to be installed with the plugin, but you already did that :-)

问题回答

暂无回答




相关问题
building .net applications without Visual Studio

I m interested to hear about people working with building .net applications using MSBuild, NAnt or similar tools. What are you using, why are you using it instead of the VS IDE? I like to use ...

Tips for debugging a made-for-linux application on windows?

I m trying to find the source of a bug I have found in an open-source application. I have managed to get a build up and running on my Windows machine, but I m having trouble finding the spot in the ...

Visual Studio 2010 Beta 2: Can I print in color?

I have to turn in a hard copy of some code with an assignment. Is there any way in Visual Studio 2010 to print C# source code with syntax highlighting? PS: The assignment is solving a math problem, ...

Set Select command in code

On button Click I want to Set the Select command of a Gridview. I do this and then databind the grid but it doesn t work. What am i doing wrong? protected void bttnView_Click(object sender, ...

WPF design-time context menu

I am trying to create a custom wpf control, I m wondering how I can add some design-time features. I ve googled and can t seem to get to my goal. So here s my simple question, how can I add an entry ...

热门标签