Summary
Sets the version of the Toolset to use to build the project.
- Namespace
- Cake
.Common .Tools .DotNetCore .MSBuild - Containing Type
- Dot
Net Core M S Build Settings Extensions
Syntax
public static DotNetCoreMSBuildSettings UseToolVersion(this DotNetCoreMSBuildSettings settings, MSBuildVersion version)
Parameters
Name | Type | Description |
---|---|---|
settings | Dot |
The settings. |
version | MSBuildVersion | The version. |
Return Value
Type | Description |
---|---|
Dot |
The same DotNetCoreMSBuildSettings instance so that multiple calls can be chained. |