We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 049e1a7 commit f9dc765Copy full SHA for f9dc765
samples/Directory.build.props
@@ -5,7 +5,7 @@
5
</PropertyGroup>
6
<ItemGroup>
7
<PackageReference Include="stylecop.analyzers" Version="1.2.0-beta.312" PrivateAssets="all" />
8
- <PackageReference Include="Roslynator.Analyzers" Version="3.1.0" PrivateAssets="All" />
+ <PackageReference Include="Roslynator.Analyzers" Version="3.2.0" PrivateAssets="All" />
9
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="5.0.3" PrivateAssets="all" />
10
</ItemGroup>
11
0 commit comments