如何找到Visual Studio项目的.NET框架版本? [英] How to find the .NET framework version of a Visual Studio project?

查看:390
本文介绍了如何找到Visual Studio项目的.NET框架版本?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在Visual Studio中有一个项目。如何找到适用于哪个.NET Framework版本?

I have a project in Visual Studio. How can I find out which .NET Framework version it's for?

推荐答案

这取决于Visual Studio的版本:

It depends which version of Visual Studio:


  • 2002 中,所有项目都使用.Net 1.0

  • 2003年,所有项目都使用.Net 1.1

  • 2005 中,所有项目都使用.Net 2.0

  • In 2008 ,项目使用.Net 2.0、3.0或3.5;您可以在项目属性中更改版本

  • 2010 中,项目使用.Net 2.0、3.0、3.5或4.0;您可以在项目属性中更改版本。

  • 2012 中,项目使用.Net 2.0、3.0、3.5、4.0或4.5;您可以在项目属性中更改版本。

  • In 2002, all projects use .Net 1.0
  • In 2003, all projects use .Net 1.1
  • In 2005, all projects use .Net 2.0
  • In 2008, projects use .Net 2.0, 3.0, or 3.5; you can change the version in Project Properties
  • In 2010, projects use .Net 2.0, 3.0, 3.5, or 4.0; you can change the version in Project Properties
  • In 2012, projects use .Net 2.0, 3.0, 3.5, 4.0 or 4.5; you can change the version in Project Properties

较新版本的Visual Studio支持许多版本的.Net框架;检查您的项目类型和属性。

Newer versions of Visual Studio support many versions of the .Net framework; check your project type and properties.

这篇关于如何找到Visual Studio项目的.NET框架版本?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆