Update StyleCop.Analyzers requirement from 1.2.0-beta.* to 1.2.0.pre.*

Updates the requirements on [StyleCop.Analyzers](https://github.com/DotNetAnalyzers/StyleCopAnalyzers) to permit the latest version.
- [Release notes](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/releases)
- [Commits](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/compare/1.2.0-beta.66...1.2.0-beta.435)

---
updated-dependencies:
- dependency-name: StyleCop.Analyzers
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-08-23 07:52:46 +00:00
committed by GitHub
parent 53c31dd2bb
commit 26d5d2ccb7

View File

@@ -9,7 +9,7 @@
<ItemGroup>
<PackageReference Include="log4net" Version="2.0.12" />
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.*">
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0.pre.*">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>