I read on Scott Hanselman's Blog, "I'm using Visual Studio 2015 to edit even .NET 2.0 apps so I'm not using older versions of VS," .
我在Scott Hanselman的博客上读到,“我正在使用Visual Studio 2015来编辑。net 2.0的应用程序,所以我不会使用旧版本的VS。”
I also support old .Net solutions that open in previous versions of Visual Studio (2005, 2008, 2010, 2013). Is it possible with VS2015 to open these old solutions with out upgrading them?
我还支持在Visual Studio(2005、2008、2010、2013)以前版本中打开的. net解决方案。VS2015是否有可能打开这些旧的解决方案并进行升级?
I don't mind if they don't target the latest framework, it would just be handy to use a single version of Visual Studio rather than have 5 versions installed side by side.
我不介意他们不针对最新的框架,只使用一个Visual Studio的单一版本,而不是将5个版本并排安装。
1 个解决方案
#1
2
You can use VS2015 to open or change apps that use older .NET framework (without having to upgrade to newer .NET framework).
您可以使用VS2015来打开或更改使用旧的。net框架的应用程序(不需要升级到更新的。net框架)。
Visual Studio Multi-Targeting Overview
Visual Studio多平台概述
How to: Target a Version of the .NET Framework
如何:针对。net框架的一个版本
Also, you can install VS2015 and run it side by side older VS.
此外,您还可以安装VS2015并将它与较老的VS并排运行。
#1
2
You can use VS2015 to open or change apps that use older .NET framework (without having to upgrade to newer .NET framework).
您可以使用VS2015来打开或更改使用旧的。net框架的应用程序(不需要升级到更新的。net框架)。
Visual Studio Multi-Targeting Overview
Visual Studio多平台概述
How to: Target a Version of the .NET Framework
如何:针对。net框架的一个版本
Also, you can install VS2015 and run it side by side older VS.
此外,您还可以安装VS2015并将它与较老的VS并排运行。