Skip to content

Commit

Permalink
Fix typo in Traversal readme (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
fl3pp authored Nov 20, 2023
1 parent b9b988d commit b54b4a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Traversal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,14 +99,14 @@ Directory.Solution.props:
<PropertyGroup>
<TraversalSkipUnsupportedProjects>true</TraversalSkipUnsupportedProjects>
</PropertyGroup>
<Import Project="Microsoft.Build.Traversal" Project="Sdk.props" />
<Import Sdk="Microsoft.Build.Traversal" Project="Sdk.props" />
</Project>
```

Directory.Solution.targets:
```xml
<Project>
<Import Project="Microsoft.Build.Traversal" Project="Sdk.targets" />
<Import Sdk="Microsoft.Build.Traversal" Project="Sdk.targets" />
</Project>
```

Expand Down

0 comments on commit b54b4a1

Please sign in to comment.