Skip to content

Commit

Permalink
housekeeping: update analyzers to the latest versions (#1844)
Browse files Browse the repository at this point in the history
  • Loading branch information
glennawatson committed Nov 21, 2018
1 parent 33f2a45 commit 7b98260
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions directory.build.props
Expand Up @@ -16,9 +16,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="stylecop.analyzers" Version="1.1.0-beta009" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.6.1" PrivateAssets="all" />
<PackageReference Include="Roslynator.Analyzers" Version="1.9.0" PrivateAssets="All" />
<PackageReference Include="stylecop.analyzers" Version="1.1.1-beta.61" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.6.2" PrivateAssets="all" />
<PackageReference Include="Roslynator.Analyzers" Version="2.0.0" PrivateAssets="All" />
</ItemGroup>
<ItemGroup>
<AdditionalFiles Include="$(MSBuildThisFileDirectory)stylecop.json" Link="stylecop.json" />
Expand Down

0 comments on commit 7b98260

Please sign in to comment.