MSBuildSettingsExtensions.

UseToolVersion(MSBuildSettings, string) Method

Summary

Sets the tool version.

Syntax

public static MSBuildSettings UseToolVersion(this MSBuildSettings settings, string version)

Parameters

Name Type Description
settings MSBuildSettings The settings.
version string The string version.

Return Value

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