Skip to content

Commit d9e2018

Browse files
authored
fix error in example for import-group element
1 parent 401be39 commit d9e2018

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/msbuild/importgroup-element.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ Contains a collection of `Import` elements that are grouped under an optional co
6161
```xml
6262
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
6363
<ImportGroup>
64-
<Import Project="$(Targets1.targets) />
65-
<Import Project="$(Targets2.targets) />
64+
<Import Project="$(Targets1.targets)" />
65+
<Import Project="$(Targets2.targets)" />
6666
</ImportGroup>
6767
...
6868
</Project>

0 commit comments

Comments
 (0)