Skip to content

Commit d4d36bf

Browse files
Bump Roslynator.Analyzers from 4.12.8 to 4.12.10
Bumps [Roslynator.Analyzers](https://github.com/dotnet/roslynator) from 4.12.8 to 4.12.10. - [Release notes](https://github.com/dotnet/roslynator/releases) - [Changelog](https://github.com/dotnet/roslynator/blob/main/ChangeLog.md) - [Commits](dotnet/roslynator@v4.12.8...v4.12.10) --- updated-dependencies: - dependency-name: Roslynator.Analyzers dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7525d57 commit d4d36bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Directory.Build.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@
5151

5252
<ItemGroup>
5353
<PackageReference Include="JetBrains.Annotations" Version="2024.3.0" />
54-
<PackageReference Include="Meziantou.Analyzer" Version="2.0.173">
54+
<PackageReference Include="Meziantou.Analyzer" Version="2.0.176">
5555
<PrivateAssets>all</PrivateAssets>
5656
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
5757
</PackageReference>
5858
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.11.20">
5959
<PrivateAssets>all</PrivateAssets>
6060
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
6161
</PackageReference>
62-
<PackageReference Include="Roslynator.Analyzers" Version="4.12.8">
62+
<PackageReference Include="Roslynator.Analyzers" Version="4.12.10">
6363
<PrivateAssets>all</PrivateAssets>
6464
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
6565
</PackageReference>

0 commit comments

Comments
 (0)