ProjectRootElement.Sdk Property

Definition

Gets or sets a semicolon delimited list of software development kits (SDK) that the project uses. If a value is specified, an Sdk.props is simplicity imported at the top of the project and an Sdk.targets is simplicity imported at the bottom from the specified SDK. If the value is null or empty, removes the attribute.

public:
 property System::String ^ Sdk { System::String ^ get(); void set(System::String ^ value); };
public string Sdk { get; set; }
member this.Sdk : string with get, set
Public Property Sdk As String

Property Value

Applies to