Skip to content

Commit b8b7e90

Browse files
build(deps): bump Roslynator.Analyzers from 4.0.0 to 4.0.2 in /samples (#422)
Bumps [Roslynator.Analyzers](https://github.com/JosefPihrt/Roslynator) from 4.0.0 to 4.0.2. - [Release notes](https://github.com/JosefPihrt/Roslynator/releases) - [Changelog](https://github.com/JosefPihrt/Roslynator/blob/master/ChangeLog.md) - [Commits](dotnet/roslynator@v4.0.0...v4.0.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 9cd6da3 commit b8b7e90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/Directory.build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66
<ItemGroup>
77
<PackageReference Include="stylecop.analyzers" Version="1.2.0-beta.354" PrivateAssets="all" />
8-
<PackageReference Include="Roslynator.Analyzers" Version="4.0.0" PrivateAssets="All" />
8+
<PackageReference Include="Roslynator.Analyzers" Version="4.0.2" PrivateAssets="All" />
99
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="6.0.0" PrivateAssets="all" />
1010
</ItemGroup>
1111
<ItemGroup>

0 commit comments

Comments
 (0)