Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktorHofer committed Nov 28, 2022
1 parent f8d4bb5 commit 25d05ee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@ MSBuild infrastructure support to include source generators (analyzers) in nuget
1. Add the Sdk element that uses the `ViHo.PackAsAnalyzer` msbuild sdk package in your repo root's Directory.Build.props file so that all projects have access to the functionality:
```xml
<Project>

<!-- Reference the msbuild sdk package from nuget.org which makes it automatically available to all projects in the repo. -->
<Sdk Name="ViHo.PackAsAnalyzer" Version="1.0.1" />

</Project>
```

Expand Down

0 comments on commit 25d05ee

Please sign in to comment.