Skip to content

Commit 0c5fe15

Browse files
authored
Merge pull request #8397 from just-ero/msbuild-reserved-and-well-known-properties-fix-typo
Fix a small typo in `MSBuild reserved and well-known properties`
2 parents 528f714 + daa90a6 commit 0c5fe15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/msbuild/msbuild-reserved-and-well-known-properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ MSBuild provides a set of predefined properties that store information about the
2727

2828
## Reserved and well-known properties
2929

30-
The table in this section shows the MSBuild predefined properties. The example column in the table relates to the following example project file, assumed to be located at `C:\Source\Repos\ConsoleApp1\ConsoleApp1`, and shows the values of these properties have when accessed in the project file, when MSBuild is invoked with no special command-line options, with a preview build of Visual Studio 2019 version 16.7 installed.
30+
The table in this section shows the MSBuild predefined properties. The example column in the table relates to the following example project file, assumed to be located at `C:\Source\Repos\ConsoleApp1\ConsoleApp1`, and shows the values these properties have when accessed in the project file, when MSBuild is invoked with no special command-line options, with a preview build of Visual Studio 2019 version 16.7 installed.
3131

3232
```xml
3333
<Project Sdk="Microsoft.NET.Sdk">

0 commit comments

Comments
 (0)