DotNetMSBuildSettingsExtensions.

UseToolVersion(DotNetMSBuildSettings, MSBuildVersion) Method

Summary

Sets the version of the Toolset to use to build the project.

Syntax

public static DotNetMSBuildSettings UseToolVersion(this DotNetMSBuildSettings settings, MSBuildVersion version)

Parameters

Name Type Description
settings DotNetMSBuildSettings The settings.
version MSBuildVersion The version.

Return Value

Type Description
DotNetMSBuildSettings The same DotNetMSBuildSettings instance so that multiple calls can be chained.