Skip to content

Commit

Permalink
housekeeping: Bump Microsoft.CodeAnalysis.FxCopAnalyzers from 2.9.3 t…
Browse files Browse the repository at this point in the history
…o 2.9.4 (#258)
  • Loading branch information
glennawatson authored Jul 30, 2019
1 parent 3a1971c commit 25a9851
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 @@ -60,7 +60,7 @@

<ItemGroup Condition="!$(IsTestProject) AND !$(IsBenchmarkProject)">
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.6.3" PrivateAssets="all" />
<PackageReference Condition="'$(OS)' == 'Windows_NT'" Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.3" PrivateAssets="all" />
<PackageReference Condition="'$(OS)' == 'Windows_NT'" Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.4" PrivateAssets="all" />
<PackageReference Include="Roslynator.Analyzers" Version="2.1.0" PrivateAssets="All" />
</ItemGroup>
</Project>

0 comments on commit 25a9851

Please sign in to comment.