Skip to content

Commit 0d4748a

Browse files
build(deps): bump Roslynator.Analyzers from 4.6.1 to 4.6.2 in /samples (#590)
Bumps [Roslynator.Analyzers](https://github.com/dotnet/roslynator) from 4.6.1 to 4.6.2. - [Release notes](https://github.com/dotnet/roslynator/releases) - [Changelog](https://github.com/dotnet/roslynator/blob/main/ChangeLog.md) - [Commits](dotnet/roslynator@v4.6.1...v4.6.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 15b7a99 commit 0d4748a

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
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88
<ItemGroup>
99
<PackageReference Include="stylecop.analyzers" Version="1.2.0-beta.507" PrivateAssets="all" />
10-
<PackageReference Include="Roslynator.Analyzers" Version="4.6.1" PrivateAssets="All" />
10+
<PackageReference Include="Roslynator.Analyzers" Version="4.6.2" PrivateAssets="All" />
1111
</ItemGroup>
1212
<ItemGroup>
1313
<AdditionalFiles Include="$(MSBuildThisFileDirectory)..\src\stylecop.json" Link="stylecop.json" />

0 commit comments

Comments
 (0)