Add Microsoft.CodeAnalysis.NetAnalyzers were it was missing (#16285)

This commit is contained in:
CleanCodeDeveloper
2022-02-14 18:53:15 +01:00
committed by GitHub
parent 3508301f06
commit 38e401007a
8 changed files with 32 additions and 0 deletions

View File

@@ -27,6 +27,10 @@
</AdditionalFiles>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="6.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="StyleCop.Analyzers">
<Version>1.1.118</Version>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>