Skip to content

Commit 6163d0c

Browse files
authored
Apply suggestions from code review
1 parent 7166f28 commit 6163d0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/msbuild/walkthrough-using-msbuild.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ To install MSBuild on a system that doesn't have Visual Studio, go to **Build To
7979

8080
Project files are XML-formatted files with the root node [Project](../msbuild/project-element-msbuild.md).
8181

82-
Most .NET projects have an `Sdk` attribute. These projects are called SDK-style projects.
82+
Most .NET projects have an `Sdk` attribute. These projects are called SDK-style projects. Referencing an SDK means MSBuild imports a set of files that provide the build infrastructure for that SDK. If you don't reference any SDK, you can still use MSBuild, you just won't automatically have all the SDK-specific properties and targets available to you.
8383

8484
```xml
8585
<Project Sdk="Microsoft.NET.Sdk">

0 commit comments

Comments
 (0)