We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6915ac commit e4ecd92Copy full SHA for e4ecd92
samples/Directory.build.props
@@ -6,7 +6,7 @@
6
</PropertyGroup>
7
<ItemGroup>
8
<PackageReference Include="stylecop.analyzers" Version="1.2.0-beta.556" PrivateAssets="all" />
9
- <PackageReference Include="Roslynator.Analyzers" Version="4.14.0" PrivateAssets="All" />
+ <PackageReference Include="Roslynator.Analyzers" Version="4.14.1" PrivateAssets="All" />
10
</ItemGroup>
11
12
<AdditionalFiles Include="$(MSBuildThisFileDirectory)..\src\stylecop.json" Link="stylecop.json" />
0 commit comments