mirror of https://github.com/winsw/winsw
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>pull/961/head
parent
53c31dd2bb
commit
26d5d2ccb7
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue