Skip to content

Commit 99c9bff

Browse files
Bump SonarAnalyzer.CSharp from 9.20.0.85982 to 9.21.0.86780
Bumps [SonarAnalyzer.CSharp](https://github.com/SonarSource/sonar-dotnet) from 9.20.0.85982 to 9.21.0.86780. - [Release notes](https://github.com/SonarSource/sonar-dotnet/releases) - [Commits](SonarSource/sonar-dotnet@9.20.0.85982...9.21.0.86780) --- 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 97e0313 commit 99c9bff

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/AddUp.CommonLogging.NLog/AddUp.CommonLogging.NLog.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<PrivateAssets>all</PrivateAssets>
3636
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3737
</PackageReference>
38-
<PackageReference Include="SonarAnalyzer.CSharp" Version="9.20.0.85982">
38+
<PackageReference Include="SonarAnalyzer.CSharp" Version="9.21.0.86780">
3939
<PrivateAssets>all</PrivateAssets>
4040
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
4141
</PackageReference>

src/AddUp.CommonLogging/AddUp.CommonLogging.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<PrivateAssets>all</PrivateAssets>
2626
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2727
</PackageReference>
28-
<PackageReference Include="SonarAnalyzer.CSharp" Version="9.20.0.85982">
28+
<PackageReference Include="SonarAnalyzer.CSharp" Version="9.21.0.86780">
2929
<PrivateAssets>all</PrivateAssets>
3030
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3131
</PackageReference>

src/tests/UnitTests.AddUp.CommonLogging/UnitTests.AddUp.CommonLogging.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<PackageReference Include="NUnit" Version="4.1.0" />
2828
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
2929
<PackageReference Include="Rhino.Mocks.Standard" Version="1.0.0" />
30-
<PackageReference Include="SonarAnalyzer.CSharp" Version="9.20.0.85982">
30+
<PackageReference Include="SonarAnalyzer.CSharp" Version="9.21.0.86780">
3131
<PrivateAssets>all</PrivateAssets>
3232
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3333
</PackageReference>

0 commit comments

Comments
 (0)