Skip to content

Commit a82f7a6

Browse files
build(deps): bump Microsoft.CodeAnalysis.FxCopAnalyzers (#2193)
Bumps [Microsoft.CodeAnalysis.FxCopAnalyzers](https://github.com/dotnet/roslyn-analyzers) from 2.6.3 to 2.9.6. - [Release notes](https://github.com/dotnet/roslyn-analyzers/releases) - [Changelog](https://github.com/dotnet/roslyn-analyzers/blob/master/PostReleaseActivities.md) - [Commits](dotnet/roslyn-analyzers@v2.6.3...v2.9.6) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent e24fbdd commit a82f7a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Directory.build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@
7474

7575
<ItemGroup>
7676
<PackageReference Include="stylecop.analyzers" Version="1.1.118" PrivateAssets="all" />
77-
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.6.3" PrivateAssets="all" />
77+
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.6" PrivateAssets="all" />
7878
<PackageReference Include="Roslynator.Analyzers" Version="2.1.0" PrivateAssets="All" />
79-
<PackageReference Condition="'$(OS)' == 'Windows_NT'" Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.4" PrivateAssets="all" />
79+
<PackageReference Condition="'$(OS)' == 'Windows_NT'" Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.6" PrivateAssets="all" />
8080
</ItemGroup>
8181
<ItemGroup>
8282
<AdditionalFiles Include="$(MSBuildThisFileDirectory)stylecop.json" Link="stylecop.json" />

0 commit comments

Comments
 (0)