Merge pull request #16 from jellyfin/renovate/stylecop.analyzers-1.x

chore(deps): update dependency stylecop.analyzers to v1.2.0-beta.435
This commit is contained in:
Cody Robibero 2022-07-18 06:29:12 -06:00 committed by GitHub
commit 0fd15ec8d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@
<!-- Code Analyzers-->
<ItemGroup>
<PackageReference Include="SerilogAnalyzer" Version="0.15.0" PrivateAssets="All" />
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.406" PrivateAssets="All" />
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.435" PrivateAssets="All" />
<PackageReference Include="SmartAnalyzers.MultithreadingAnalyzer" Version="1.1.31" PrivateAssets="All" />
</ItemGroup>