SdkReference.MinimumVersion Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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