diff options
| author | Claus Vium <cvium@users.noreply.github.com> | 2022-01-14 08:24:15 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-14 08:24:15 +0100 |
| commit | 70751722d2369de75058cc8b751d89d1be3434ec (patch) | |
| tree | b33a3a76f87097b45a79fe34b5703c56c0bcdc5e /tests/Jellyfin.MediaEncoding.Hls.Tests | |
| parent | 7ba9a24736a98b7b78c5241d03ed331a74517c58 (diff) | |
Apply suggestions from code review
Co-authored-by: Cody Robibero <cody@robibe.ro>
Diffstat (limited to 'tests/Jellyfin.MediaEncoding.Hls.Tests')
| -rw-r--r-- | tests/Jellyfin.MediaEncoding.Hls.Tests/Jellyfin.MediaEncoding.Hls.Tests.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Jellyfin.MediaEncoding.Hls.Tests/Jellyfin.MediaEncoding.Hls.Tests.csproj b/tests/Jellyfin.MediaEncoding.Hls.Tests/Jellyfin.MediaEncoding.Hls.Tests.csproj index bfdf61f2f..81ce1fdbe 100644 --- a/tests/Jellyfin.MediaEncoding.Hls.Tests/Jellyfin.MediaEncoding.Hls.Tests.csproj +++ b/tests/Jellyfin.MediaEncoding.Hls.Tests/Jellyfin.MediaEncoding.Hls.Tests.csproj @@ -22,7 +22,7 @@ <!-- Code Analyzers --> <ItemGroup> <PackageReference Include="SerilogAnalyzer" Version="0.15.0" PrivateAssets="All" /> - <PackageReference Include="StyleCop.Analyzers" Version="1.1.118" PrivateAssets="All" /> + <PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.376" PrivateAssets="All" /> <PackageReference Include="SmartAnalyzers.MultithreadingAnalyzer" Version="1.1.31" PrivateAssets="All" /> </ItemGroup> <ItemGroup> |
