Skip to content

Commit

Permalink
chore(deps): update dependency roslynator.analyzers to v4.12.2 (#319)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency roslynator.analyzers to v4.12.2

* Update Punchclock.Tests.csproj

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Chris Pulman <[email protected]>
  • Loading branch information
renovate[bot] and ChrisPulman authored May 2, 2024
1 parent dc71369 commit 94ac303
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Directory.build.props
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

<ItemGroup>
<PackageReference Include="stylecop.analyzers" Version="1.2.0-beta.556" PrivateAssets="all" />
<PackageReference Include="Roslynator.Analyzers" Version="4.12.1" PrivateAssets="All" />
<PackageReference Include="Roslynator.Analyzers" Version="4.12.2" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/Punchclock.Tests/Punchclock.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<ItemGroup>
<PackageReference Include="DynamicData" Version="8.*" />
<PackageReference Include="splat" Version="14.*" />
<PackageReference Include="splat" Version="15.*" />
<PackageReference Include="PublicApiGenerator" Version="11.1.0" />
<PackageReference Include="Verify.Xunit" Version="24.1.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
Expand All @@ -28,4 +28,4 @@
<ItemGroup>
<ProjectReference Include="..\Punchclock\Punchclock.csproj" />
</ItemGroup>
</Project>
</Project>

0 comments on commit 94ac303

Please sign in to comment.