Skip to content

Commit 89b6284

Browse files
build(deps): Bump Roslynator.Analyzers from 4.1.1 to 4.1.2 (#678)
Bumps [Roslynator.Analyzers](https://github.com/josefpihrt/roslynator) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/josefpihrt/roslynator/releases) - [Changelog](https://github.com/JosefPihrt/Roslynator/blob/main/ChangeLog.md) - [Commits](dotnet/roslynator@v4.1.1...v4.1.2) --- updated-dependencies: - dependency-name: Roslynator.Analyzers dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8a0d25a commit 89b6284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Directory.build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</ItemGroup>
1717
<ItemGroup>
1818
<!--<PackageReference Include="stylecop.analyzers" Version="1.2.0-beta.333" PrivateAssets="all" />-->
19-
<PackageReference Include="Roslynator.Analyzers" Version="4.1.1" PrivateAssets="All" />
19+
<PackageReference Include="Roslynator.Analyzers" Version="4.1.2" PrivateAssets="All" />
2020
<AdditionalFiles Include="$(MSBuildThisFileDirectory)stylecop.json" Link="stylecop.json" />
2121
</ItemGroup>
2222
</Project>

0 commit comments

Comments
 (0)