Skip to content

Commit a6106ee

Browse files
build(deps): Bump Roslynator.Analyzers from 3.2.2 to 4.1.0 (#71)
Bumps [Roslynator.Analyzers](https://github.com/JosefPihrt/Roslynator) from 3.2.2 to 4.1.0. - [Release notes](https://github.com/JosefPihrt/Roslynator/releases) - [Changelog](https://github.com/JosefPihrt/Roslynator/blob/master/ChangeLog.md) - [Commits](dotnet/roslynator@v3.2.2...v4.1.0) --- updated-dependencies: - dependency-name: Roslynator.Analyzers dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 019f05e commit a6106ee

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
@@ -52,7 +52,7 @@
5252

5353
<ItemGroup>
5454
<PackageReference Include="stylecop.analyzers" Version="1.2.0-beta.354" PrivateAssets="all" />
55-
<PackageReference Include="Roslynator.Analyzers" Version="3.2.2" PrivateAssets="All" />
55+
<PackageReference Include="Roslynator.Analyzers" Version="4.1.0" PrivateAssets="All" />
5656
</ItemGroup>
5757
<ItemGroup>
5858
<AdditionalFiles Include="$(MSBuildThisFileDirectory)stylecop.json" Link="stylecop.json" />

0 commit comments

Comments
 (0)