This topic has not yet been rated - Rate this topic

MSBuild.ToolsVersion Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets or sets a target .NET Framework version to build the project with, which enables an MSBuild task to build a project that targets a different version of the .NET Framework than the one specified in the project. Valid values are 2.0, 3.0 and 3.5.

Namespace:  Microsoft.Build.Tasks
Assembly:  Microsoft.Build.Tasks.v4.0 (in Microsoft.Build.Tasks.v4.0.dll)
public string ToolsVersion { get; set; }

Property Value

Type: System.String
The target .NET Framework version to build the project with.

The default value is 3.5.

.NET Framework

Supported in: 4, 3.5

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ
Missing entry for .NET 4.0
"2.0", "3.0", "3.5", and "4.0"