Skip to content

Commit 25d05ee

Browse files
committed
Fix formatting
1 parent f8d4bb5 commit 25d05ee

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@ MSBuild infrastructure support to include source generators (analyzers) in nuget
55
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:
66
```xml
77
<Project>
8-
98
<!-- Reference the msbuild sdk package from nuget.org which makes it automatically available to all projects in the repo. -->
109
<Sdk Name="ViHo.PackAsAnalyzer" Version="1.0.1" />
11-
1210
</Project>
1311
```
1412

0 commit comments

Comments
 (0)