Skip to content

Commit f9dc765

Browse files
authoredJun 14, 2021
build(deps): bump Roslynator.Analyzers from 3.1.0 to 3.2.0 in /samples (#285)
Bumps [Roslynator.Analyzers](https://github.com/JosefPihrt/Roslynator) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/JosefPihrt/Roslynator/releases) - [Changelog](https://github.com/JosefPihrt/Roslynator/blob/master/ChangeLog.md) - [Commits](dotnet/roslynator@v3.1.0...v3.2.0) --- updated-dependencies: - dependency-name: Roslynator.Analyzers dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 049e1a7 commit f9dc765

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.312" PrivateAssets="all" />
8-
<PackageReference Include="Roslynator.Analyzers" Version="3.1.0" PrivateAssets="All" />
8+
<PackageReference Include="Roslynator.Analyzers" Version="3.2.0" PrivateAssets="All" />
99
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="5.0.3" PrivateAssets="all" />
1010
</ItemGroup>
1111
<ItemGroup>

0 commit comments

Comments
 (0)