Skip to content

Commit ba2a1df

Browse files
committed
Add ThirdPartyLicense node to documentatie
1 parent ce4fa02 commit ba2a1df

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

rules/Proj0807.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ work otherwise, it is counter-intuitive and recipe for disaster.
3030
<PackageReference Include="DotNetProjectFile.Analyzers" PrivateAssets="all" />
3131
</ItemGroup>
3232

33+
<ItemGroup>
34+
<ThirdPartyLicense Include="SonarAnalyzer.CSharp" Hash="IBM9yngU7omFyJOMSFSy0w" />
35+
</ItemGroup>
36+
3337
<ItemGroup>
3438
<AdditionalFiles Include="Directory.Packages.props" Link="Properties/Directory.Packages.props" />
3539
<AdditionalFiles Include="*.ts" />
@@ -57,6 +61,10 @@ work otherwise, it is counter-intuitive and recipe for disaster.
5761
<GlobalPackageReference Include="DotNetProjectFile.Analyzers" Vesion="1.5.8" />
5862
</ItemGroup>
5963

64+
<ItemGroup>
65+
<ThirdPartyLicense Include="SonarAnalyzer.CSharp" Hash="IBM9yngU7omFyJOMSFSy0w" />
66+
</ItemGroup>
67+
6068
<ItemGroup>
6169
<AdditionalFiles Include="Directory.Packages.props" Link="Properties/Directory.Packages.props" />
6270
</ItemGroup>

0 commit comments

Comments
 (0)