Skip to content

Commit

Permalink
Merge pull request #885 from RichardMelito/main
Browse files Browse the repository at this point in the history
Added closing slash to analyzer reference XML
  • Loading branch information
sharwell authored Aug 4, 2021
2 parents b7df823 + 709bfd4 commit 6a80dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/CSharp/SourceGenerators/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ You can add the sample generators to your own project by adding an item group co

```xml
<ItemGroup>
<Analyzer Include="path\to\SourceGeneratorSamples.dll">
<Analyzer Include="path\to\SourceGeneratorSamples.dll"/>
</ItemGroup>
```

Expand Down

0 comments on commit 6a80dc4

Please sign in to comment.