SdkReference(String, String, String) Constructor
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.
Initializes a new instance of the SdkReference class.
public:
SdkReference(System::String ^ name, System::String ^ version, System::String ^ minimumVersion);
public SdkReference (string name, string version, string minimumVersion);
new Microsoft.Build.Framework.SdkReference : string * string * string -> Microsoft.Build.Framework.SdkReference
Public Sub New (name As String, version As String, minimumVersion As String)
Parameters
- name
- String
The name of the SDK.
- version
- String
The version of the SDK.
- minimumVersion
- String
Minimum SDK version required by the project.