title | description | ms.date | ms.topic | f1_keywords | dev_langs | helpviewer_keywords | author | ms.author | manager | ms.subservice | |||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Sdk Element (MSBuild) |
Learn about syntax, attributes, and elements for the MSBuild Sdk element, which references an MSBuild project SDK. |
01/25/2018 |
reference |
|
|
ghogen |
ghogen |
mijacobs |
msbuild |
References an MSBuild project SDK.
<Project> <Sdk>
<Sdk Name="My.Custom.Sdk"
Version="1.0.0" />
The following sections describe attributes, child elements, and parent elements.
Attribute | Description |
---|---|
Name |
Required attribute. The name of the project SDK. |
Version |
Optional attribute. The version of the project SDK |
None.
Element | Description |
---|---|
Project | Required root element of an MSBuild project file. |