SdkReference.MinimumVersion Property

Definition

Gets the minimum version required. This value is specified by the project to indicate the minimum version of the SDK that is required in order to build. This is useful in order to produce an error message if a name match can be found but no acceptable version could be resolved.

public:
 property System::String ^ MinimumVersion { System::String ^ get(); };
public string MinimumVersion { get; }
member this.MinimumVersion : string
Public ReadOnly Property MinimumVersion As String

Property Value

Applies to