Skip to content

Commit 0b71d37

Browse files
build(deps): Bump SonarAnalyzer.CSharp from 9.22.0.87781 to 9.23.1.88495 (#1431)
Bumps [SonarAnalyzer.CSharp](https://github.com/SonarSource/sonar-dotnet) from 9.22.0.87781 to 9.23.1.88495. - [Release notes](https://github.com/SonarSource/sonar-dotnet/releases) - [Commits](SonarSource/sonar-dotnet@9.22.0.87781...9.23.1.88495) --- updated-dependencies: - dependency-name: SonarAnalyzer.CSharp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent da72b95 commit 0b71d37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<!-- Shared code analyzers used for all projects in the solution -->
5353
<ItemGroup Label="Code Analyzers">
5454
<PackageReference Include="AsyncFixer" Version="1.6.0" PrivateAssets="All" />
55-
<PackageReference Include="SonarAnalyzer.CSharp" Version="9.22.0.87781" PrivateAssets="All" />
55+
<PackageReference Include="SonarAnalyzer.CSharp" Version="9.23.1.88495" PrivateAssets="All" />
5656
</ItemGroup>
5757

5858
<ItemGroup Label="Implicit usings"

0 commit comments

Comments
 (0)