Skip to content

Commit d247dd9

Browse files
build(deps): bump stylecop.analyzers in /samples (#453)
Bumps [stylecop.analyzers](https://github.com/DotNetAnalyzers/StyleCopAnalyzers) from 1.2.0-beta.354 to 1.2.0-beta.435. - [Release notes](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/releases) - [Commits](DotNetAnalyzers/StyleCopAnalyzers@1.2.0-beta.354...1.2.0-beta.435) --- updated-dependencies: - dependency-name: stylecop.analyzers dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ab8a51e commit d247dd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/Directory.build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<WarningsAsErrors>CS8600;CS8602;CS8603;CS8604;CS8605;CS8606;CS8607;CS8608;CS8609;CS8610;CS8611;CS8612;CS8613;CS8614;CS8615;CS8616;CS8617;CS8618;CS8619;CS8620;CS8621;CS8622;CS8623;CS8624;CS8625</WarningsAsErrors>
55
</PropertyGroup>
66
<ItemGroup>
7-
<PackageReference Include="stylecop.analyzers" Version="1.2.0-beta.354" PrivateAssets="all" />
7+
<PackageReference Include="stylecop.analyzers" Version="1.2.0-beta.435" PrivateAssets="all" />
88
<PackageReference Include="Roslynator.Analyzers" Version="4.1.1" PrivateAssets="All" />
99
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="6.0.0" PrivateAssets="all" />
1010
</ItemGroup>

0 commit comments

Comments
 (0)