Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Commit

Permalink
Mark the FxCop analyzers as private so they don't show up in the nuge…
Browse files Browse the repository at this point in the history
…t package dependencies

references #7
  • Loading branch information
pvandervelde committed Jun 8, 2019
1 parent a707f74 commit 4562aeb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/nuclei.build/Nuclei.Build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@
</None>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.3" />
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
Expand Down

0 comments on commit 4562aeb

Please sign in to comment.