Skip to content

Commit b5a88a7

Browse files
dependabot[bot]kevinoid
authored andcommitted
build(deps): bump SonarAnalyzer.CSharp from 9.10.0.77988 to 9.11.0.78383
Bumps [SonarAnalyzer.CSharp](https://github.com/SonarSource/sonar-dotnet) from 9.10.0.77988 to 9.11.0.78383. - [Release notes](https://github.com/SonarSource/sonar-dotnet/releases) - [Commits](SonarSource/sonar-dotnet@9.10.0.77988...9.11.0.78383) --- 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 31e5a54 commit b5a88a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

NetCoreProject.UnitTests/NetCoreProject.UnitTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
7878
<PrivateAssets>all</PrivateAssets>
7979
</PackageReference>
80-
<PackageReference Include="SonarAnalyzer.CSharp" Version="9.10.0.77988">
80+
<PackageReference Include="SonarAnalyzer.CSharp" Version="9.11.0.78383">
8181
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
8282
<PrivateAssets>all</PrivateAssets>
8383
</PackageReference>

NetCoreProject/NetCoreProject.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
8383
<PrivateAssets>all</PrivateAssets>
8484
</PackageReference>
85-
<PackageReference Include="SonarAnalyzer.CSharp" Version="9.10.0.77988">
85+
<PackageReference Include="SonarAnalyzer.CSharp" Version="9.11.0.78383">
8686
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
8787
<PrivateAssets>all</PrivateAssets>
8888
</PackageReference>

0 commit comments

Comments
 (0)