You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,8 @@ MSBuild infrastructure support to include source generators (analyzers) in nuget
5
5
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:
6
6
```xml
7
7
<Project>
8
-
9
8
<!-- Reference the msbuild sdk package from nuget.org which makes it automatically available to all projects in the repo. -->
0 commit comments