Skip to content

Latest commit

 

History

History
59 lines (45 loc) · 1.32 KB

sdk-element-msbuild.md

File metadata and controls

59 lines (45 loc) · 1.32 KB
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
VB
CSharp
C++
Sdk element [MSBuild]
<Sdk> element [MSBuild]
ghogen
ghogen
mijacobs
msbuild

Sdk element (MSBuild)

References an MSBuild project SDK.

<Project> <Sdk>

Syntax

<Sdk Name="My.Custom.Sdk"
     Version="1.0.0" />

Attributes and elements

The following sections describe attributes, child elements, and parent elements.

Attributes

Attribute Description
Name Required attribute.

The name of the project SDK.
Version Optional attribute.

The version of the project SDK

Child elements

None.

Parent elements

Element Description
Project Required root element of an MSBuild project file.

See also