We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15b7a99 commit 0d4748aCopy full SHA for 0d4748a
samples/Directory.build.props
@@ -7,7 +7,7 @@
7
</PropertyGroup>
8
<ItemGroup>
9
<PackageReference Include="stylecop.analyzers" Version="1.2.0-beta.507" PrivateAssets="all" />
10
- <PackageReference Include="Roslynator.Analyzers" Version="4.6.1" PrivateAssets="All" />
+ <PackageReference Include="Roslynator.Analyzers" Version="4.6.2" PrivateAssets="All" />
11
</ItemGroup>
12
13
<AdditionalFiles Include="$(MSBuildThisFileDirectory)..\src\stylecop.json" Link="stylecop.json" />
0 commit comments