1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-20 21:54:58 -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
@@ -4,11 +4,6 @@
<TargetFrameworks>net8.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="StyleCop.Analyzers.Unstable" Version="1.2.0.556">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="System.Security.Principal.Windows" Version="6.0.0-preview.5.21301.5" />
<PackageReference Remove="StyleCop.Analyzers" />
</ItemGroup>
</Project>