Skip to content

Commit

Permalink
Merge pull request #13 from ChrisPulman/dependabot/nuget/Microsoft.Co…
Browse files Browse the repository at this point in the history
…deAnalysis.NetAnalyzers-6.star
  • Loading branch information
ChrisPulman authored Dec 2, 2021
2 parents d4158b5 + 59d8ee7 commit b09b189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<ItemGroup Condition="'$(Configuration)'=='Debug'">
<!--<Compile Update="**\*.cs" DependentUpon="I%(Filename).cs" />-->
<PackageReference Include="stylecop.analyzers" Version="1.*" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="5.*" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="6.*" PrivateAssets="all" />
<PackageReference Include="Roslynator.Analyzers" Version="3.*" PrivateAssets="All" />
<AdditionalFiles Include="$(MSBuildThisFileDirectory)stylecop.json" Link="stylecop.json" />
</ItemGroup>
Expand Down

0 comments on commit b09b189

Please sign in to comment.