GenerateApplicationManifest.ClrVersion Property

Definition

Gets or sets the minimum version of the Common Language Runtime (CLR) required by the application.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 property System::String ^ ClrVersion { System::String ^ get(); void set(System::String ^ value); };
public string ClrVersion { get; set; }
public string ClrVersion { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }
member this.ClrVersion : string with get, set
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.ClrVersion : string with get, set
Public Property ClrVersion As String

Property Value

The minimum version of the CLR required by the application.

Attributes

Remarks

By default, the value is the CLR version in use by the build system. If the task is generating a native manifest, this property is ignored.

Applies to