1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-27 23:06:29 -04:00

Simplify StyleCop.Analyzers as dependency for all projects

This commit is contained in:
Bogdan
2025-11-23 20:05:06 +02:00
committed by Mark McDowall
parent a047053fae
commit 84fbab6ab4
28 changed files with 8 additions and 149 deletions
@@ -6,11 +6,6 @@
<PackageReference Include="Dapper" Version="2.1.66" />
<PackageReference Include="GitHubActionsTestLogger" Version="2.4.1" />
<PackageReference Include="NBuilder" Version="6.1.0" />
<PackageReference Include="StyleCop.Analyzers.Unstable" Version="1.2.0.556">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Remove="StyleCop.Analyzers" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\NzbDrone.Test.Common\Sonarr.Test.Common.csproj" />