Skip to content

Commit 8633b2f

Browse files
dependabot[bot]egil
authored andcommitted
build(deps): Bump SonarAnalyzer.CSharp from 9.5.0.73987 to 9.6.0.74858
Bumps [SonarAnalyzer.CSharp](https://github.com/SonarSource/sonar-dotnet) from 9.5.0.73987 to 9.6.0.74858. - [Release notes](https://github.com/SonarSource/sonar-dotnet/releases) - [Commits](SonarSource/sonar-dotnet@9.5.0.73987...9.6.0.74858) --- 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 76fd92f commit 8633b2f

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
@@ -50,7 +50,7 @@
5050
<!-- Shared code analyzers used for all projects in the solution -->
5151
<ItemGroup Label="Code Analyzers">
5252
<PackageReference Include="AsyncFixer" Version="1.6.0" PrivateAssets="All" />
53-
<PackageReference Include="SonarAnalyzer.CSharp" Version="9.5.0.73987" PrivateAssets="All" />
53+
<PackageReference Include="SonarAnalyzer.CSharp" Version="9.6.0.74858" PrivateAssets="All" />
5454
</ItemGroup>
5555

5656
<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.5.0.73987" />
18+
<PackageReference Update="SonarAnalyzer.CSharp" Version="9.6.0.74858" />
1919
</ItemGroup>
2020

2121
<ItemGroup>

0 commit comments

Comments
 (0)