Skip to content

Commit e56e0ea

Browse files
build(deps): bump Roslynator.Analyzers from 3.2.0 to 3.2.2 (#6)
Bumps [Roslynator.Analyzers](https://github.com/JosefPihrt/Roslynator) from 3.2.0 to 3.2.2. - [Release notes](https://github.com/JosefPihrt/Roslynator/releases) - [Changelog](https://github.com/JosefPihrt/Roslynator/blob/master/ChangeLog.md) - [Commits](dotnet/roslynator@v3.2.0...v3.2.2) --- updated-dependencies: - dependency-name: Roslynator.Analyzers dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d837db6 commit e56e0ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
<ItemGroup>
4444
<PackageReference Include="stylecop.analyzers" Version="1.2.0-beta.354" PrivateAssets="all" />
45-
<PackageReference Include="Roslynator.Analyzers" Version="3.2.0" PrivateAssets="All" />
45+
<PackageReference Include="Roslynator.Analyzers" Version="3.2.2" PrivateAssets="All" />
4646
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="5.0.3" PrivateAssets="all" />
4747
</ItemGroup>
4848
<ItemGroup>

0 commit comments

Comments
 (0)