Skip to content

Commit 93e22fc

Browse files
Bump Roslynator.CodeAnalysis.Analyzers from 4.12.4 to 4.12.5
Bumps [Roslynator.CodeAnalysis.Analyzers](https://github.com/dotnet/roslynator) from 4.12.4 to 4.12.5. - [Release notes](https://github.com/dotnet/roslynator/releases) - [Changelog](https://github.com/dotnet/roslynator/blob/main/ChangeLog.md) - [Commits](dotnet/roslynator@v4.12.4...v4.12.5) --- updated-dependencies: - dependency-name: Roslynator.CodeAnalysis.Analyzers dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4dd5391 commit 93e22fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<ItemGroup>
3232
<PackageReference Include="Roslynator.Analyzers" Version="4.12.4" PrivateAssets="all" IncludeAssets="runtime; build; native; contentfiles; analyzers" />
3333
<PackageReference Include="Roslynator.Formatting.Analyzers" Version="4.12.4" PrivateAssets="all" IncludeAssets="runtime; build; native; contentfiles; analyzers" />
34-
<PackageReference Include="Roslynator.CodeAnalysis.Analyzers" Version="4.12.4" PrivateAssets="all" IncludeAssets="runtime; build; native; contentfiles; analyzers" />
34+
<PackageReference Include="Roslynator.CodeAnalysis.Analyzers" Version="4.12.5" PrivateAssets="all" IncludeAssets="runtime; build; native; contentfiles; analyzers" />
3535
</ItemGroup>
3636

3737
<Target Name="NoWarnOnRazorViewImportedTypeConflicts" BeforeTargets="RazorCoreCompile">

0 commit comments

Comments
 (0)