Skip to content

Commit

Permalink
chore(test deps): update testing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 19, 2024
1 parent c4d71a5 commit 1207b2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/CodeAnalysis.targets
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project>

<ItemGroup>
<PackageReference Include="Roslynator.Analyzers" Version="4.7.0" PrivateAssets="All"/>
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.507" PrivateAssets="All"/>
<PackageReference Include="Roslynator.Analyzers" Version="4.9.0" PrivateAssets="All"/>
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.556" PrivateAssets="All"/>
<AdditionalFiles Include="$(MSBuildThisFileDirectory)/stylecop.json"/>
</ItemGroup>

Expand Down

0 comments on commit 1207b2e

Please sign in to comment.