Skip to content

Commit 42fbcd5

Browse files
build(deps): bump Roslynator.Analyzers from 4.6.1 to 4.6.2
Bumps [Roslynator.Analyzers](https://github.com/dotnet/roslynator) from 4.6.1 to 4.6.2. - [Release notes](https://github.com/dotnet/roslynator/releases) - [Changelog](https://github.com/dotnet/roslynator/blob/main/ChangeLog.md) - [Commits](dotnet/roslynator@v4.6.1...v4.6.2) --- 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 dcdff97 commit 42fbcd5

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
@@ -73,7 +73,7 @@
7373
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
7474
<PrivateAssets>all</PrivateAssets>
7575
</PackageReference>
76-
<PackageReference Include="Roslynator.Analyzers" Version="4.6.1">
76+
<PackageReference Include="Roslynator.Analyzers" Version="4.6.2">
7777
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
7878
<PrivateAssets>all</PrivateAssets>
7979
</PackageReference>

NetCoreProject/NetCoreProject.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
7979
<PrivateAssets>all</PrivateAssets>
8080
</PackageReference>
81-
<PackageReference Include="Roslynator.Analyzers" Version="4.6.1">
81+
<PackageReference Include="Roslynator.Analyzers" Version="4.6.2">
8282
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
8383
<PrivateAssets>all</PrivateAssets>
8484
</PackageReference>

0 commit comments

Comments
 (0)