Skip to content

Commit

Permalink
Fix the version of the Microsoft.CodeAnalysis.NetAnalyzers package (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
daxian-dbw committed Mar 28, 2022
1 parent 9fc0e80 commit 93a0f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Analyzers.props
@@ -1,7 +1,7 @@
<Project>
<ItemGroup>
<PackageReference Include="DotNetAnalyzers.DocumentationAnalyzers" Version="1.0.0-beta.59" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="7.0.0-preview1.22174.1" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="7.0.0-preview1.22116.1" PrivateAssets="all" />
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.406" PrivateAssets="all" />
</ItemGroup>
</Project>

0 comments on commit 93a0f9b

Please sign in to comment.