Summary
Gets or sets specific .Net Framework version to be used for test execution.
- Namespace
- Cake
.Common .Tools .DotNet .VSTest - Containing Type
- DotNetVSTestSettings
Syntax
public string Framework { get; set; }
Remarks
Valid values are ".NETFramework,Version=v4.6", ".NETCoreApp,Version=v1.0" etc.
Other supported values are Framework35, Framework40, Framework45 and FrameworkCore10.
Value
Type | Description |
---|---|
string |