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

@@ -40,6 +40,10 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="6.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.Win32.Registry" Version="5.0.0" />
<PackageReference Include="NLog" Version="4.7.9" />
<PackageReference Include="System.CommandLine" Version="2.0.0-beta1.20071.2" />