Skip to content

Commit 13da4c2

Browse files
dependabot[bot]linkdotnet
authored andcommitted
build(deps): Bump SonarAnalyzer.CSharp from 9.6.0.74858 to 9.7.0.75501
Bumps [SonarAnalyzer.CSharp](https://github.com/SonarSource/sonar-dotnet) from 9.6.0.74858 to 9.7.0.75501. - [Release notes](https://github.com/SonarSource/sonar-dotnet/releases) - [Commits](SonarSource/sonar-dotnet@9.6.0.74858...9.7.0.75501) --- updated-dependencies: - dependency-name: SonarAnalyzer.CSharp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5442621 commit 13da4c2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Directory.Build.props

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

5757
<ItemGroup Label="Implicit usings"

tests/bunit.web.testcomponents.tests/bunit.web.testcomponents.tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<!-- some test fails with > 4.1.0 -->
1616
<NoWarn>NU1605</NoWarn>
1717
</PackageReference>
18-
<PackageReference Update="SonarAnalyzer.CSharp" Version="9.6.0.74858" />
18+
<PackageReference Update="SonarAnalyzer.CSharp" Version="9.7.0.75501" />
1919
</ItemGroup>
2020

2121
<ItemGroup>

0 commit comments

Comments
 (0)