Skip to content

Commit 1119e02

Browse files
Update customize-by-directory.md
1 parent 36e5a72 commit 1119e02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/msbuild/customize-by-directory.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ When MSBuild runs, *Microsoft.Common.props* searches your directory structure fo
3333

3434
Similarly, *Microsoft.Common.targets* looks for *Directory.Build.targets*.
3535

36-
*Directory.Build.props* is imported early in the sequence of imported files, which can be important if you need a set a property that is used by imports, especially those that are implicitly imported by using the `Sdk` attribute, such as when using the .NET SDK in most .NET project files.
36+
*Directory.Build.props* is imported early in the sequence of imported files, which can be important if you need to set a property that is used by imports, especially those that are implicitly imported by using the `Sdk` attribute, such as when using the .NET SDK in most .NET project files.
3737

3838
> [!NOTE]
3939
> Linux-based file systems are case-sensitive. Make sure the casing of the *Directory.Build.props* filename matches exactly, or it won't be detected during the build process.
@@ -273,4 +273,4 @@ C:\Program Files\Microsoft Visual Studio\2022\Preview\MSBuild\Current\Microsoft.
273273

274274
## Related content
275275

276-
- [Customize your build](customize-your-build.md).
276+
- [Customize your build](customize-your-build.md).

0 commit comments

Comments
 (0)