Skip to content

Commit

Permalink
build(deps): Bump SonarAnalyzer.CSharp from 9.7.0.75501 to 9.8.0.76515
Browse files Browse the repository at this point in the history
Bumps [SonarAnalyzer.CSharp](https://github.com/SonarSource/sonar-dotnet) from 9.7.0.75501 to 9.8.0.76515.
- [Release notes](https://github.com/SonarSource/sonar-dotnet/releases)
- [Commits](SonarSource/sonar-dotnet@9.7.0.75501...9.8.0.76515)

---
updated-dependencies:
- dependency-name: SonarAnalyzer.CSharp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 21, 2023
1 parent c8202c4 commit d085fa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<!-- Shared code analyzers used for all projects in the solution -->
<ItemGroup Label="Code Analyzers">
<PackageReference Include="AsyncFixer" Version="1.6.0" PrivateAssets="All" />
<PackageReference Include="SonarAnalyzer.CSharp" Version="9.7.0.75501" PrivateAssets="All" />
<PackageReference Include="SonarAnalyzer.CSharp" Version="9.8.0.76515" PrivateAssets="All" />
</ItemGroup>

<ItemGroup Label="Implicit usings"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<!-- some test fails with > 4.1.0 -->
<NoWarn>NU1605</NoWarn>
</PackageReference>
<PackageReference Update="SonarAnalyzer.CSharp" Version="9.7.0.75501" />
<PackageReference Update="SonarAnalyzer.CSharp" Version="9.8.0.76515" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit d085fa9

Please sign in to comment.