Skip to content
This repository has been archived by the owner on Feb 28, 2022. It is now read-only.

Commit

Permalink
Merge pull request #52 from jellyfin/analyzer
Browse files Browse the repository at this point in the history
Migrate from FxCop analyzers to .NET analyzers
  • Loading branch information
oddstr13 committed Apr 12, 2021
2 parents 1b904e8 + aed4b94 commit e777744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Emby.AutoOrganize/Emby.AutoOrganize.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

<!-- Code Analyzers-->
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.8" PrivateAssets="All" />
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="5.0.0" PrivateAssets="All" />
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118" PrivateAssets="All" />
</ItemGroup>

Expand Down

0 comments on commit e777744

Please sign in to comment.