Skip to content

Commit

Permalink
fix: wrong stylecop version (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
ikesnowy authored Dec 21, 2023
1 parent 138659d commit 6ae6ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cnblogs.CodeQuality.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<repository type="git" branch="main" url="https://github.com/cnblogs/code-quality"></repository>
<description>Roslyn analyzer rulesets used by Cnblogs</description>
<dependencies>
<dependency id="StyleCop.Analyzers" version="1.2.0-beta.566" />
<dependency id="StyleCop.Analyzers" version="1.2.0-beta.556" />
<dependency id="Microsoft.VisualStudio.Threading.Analyzers" version="17.8.14" />
</dependencies>
</metadata>
Expand Down

0 comments on commit 6ae6ff8

Please sign in to comment.