| title | Sdk Element (MSBuild) | |||
|---|---|---|---|---|
| description | Learn about syntax, attributes, and elements for the MSBuild Sdk element, which references an MSBuild project SDK. | |||
| ms.date | 01/25/2018 | |||
| ms.topic | reference | |||
| f1_keywords | ||||
| dev_langs |
|
|||
| helpviewer_keywords |
|
|||
| author | ghogen | |||
| ms.author | ghogen | |||
| ms.subservice | 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. |