Gets or sets the version of the .Net runtime to use for running tests.

For the CLR, this must be the name of one of the framework directories in %SystemRoot%\Microsoft.Net\Framework. eg. 'v2.0.50727'.

The default is null which uses the most recent installed and supported framework.

Namespace:  Gallio.MSBuildTasks
Assembly:  Gallio.MSBuildTasks (in Gallio.MSBuildTasks.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public string RuntimeVersion { private get; set; }
Visual Basic (Declaration)
Public Property RuntimeVersion As String

See Also