Summary
Gets the Common Language Runtime version of the framework.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- FrameworkInfo
Syntax
public Version ClrVersion { get; }
Remarks
When
NAnt.Core.FrameworkInfo.ClrVersion
is null
, the
framework is not considered valid.
Value
Type | Description |
---|---|
Version | The Common Language Runtime version of the framework. |