Skip to content

Commit

Permalink
Bump Roslynator.Analyzers from 2.1.0 to 2.2.0 (#296)
Browse files Browse the repository at this point in the history
Bumps [Roslynator.Analyzers](https://github.com/JosefPihrt/Roslynator) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/JosefPihrt/Roslynator/releases)
- [Changelog](https://github.com/JosefPihrt/Roslynator/blob/master/ChangeLog.md)
- [Commits](dotnet/roslynator@v2.1.0...v2.2.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored and glennawatson committed Oct 28, 2019
1 parent 1834f51 commit a02b48d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@
<ItemGroup Condition="!$(IsTestProject) AND !$(IsBenchmarkProject)">
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.6" PrivateAssets="all" />
<PackageReference Condition="'$(OS)' == 'Windows_NT'" Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.6" PrivateAssets="all" />
<PackageReference Include="Roslynator.Analyzers" Version="2.1.0" PrivateAssets="All" />
<PackageReference Include="Roslynator.Analyzers" Version="2.2.0" PrivateAssets="All" />
</ItemGroup>
</Project>

0 comments on commit a02b48d

Please sign in to comment.