Skip to content

Commit 4790452

Browse files
Bump Roslynator.Analyzers from 4.9.0 to 4.10.0
Bumps [Roslynator.Analyzers](https://github.com/dotnet/roslynator) from 4.9.0 to 4.10.0. - [Release notes](https://github.com/dotnet/roslynator/releases) - [Changelog](https://github.com/dotnet/roslynator/blob/main/ChangeLog.md) - [Commits](dotnet/roslynator@v4.9.0...v4.10.0) --- updated-dependencies: - dependency-name: Roslynator.Analyzers dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4246056 commit 4790452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<ItemGroup>
4545
<!--<Compile Update="**\*.cs" DependentUpon="I%(Filename).cs" />-->
4646
<PackageReference Include="stylecop.analyzers" Version="1.2.0-beta.556" PrivateAssets="all" />
47-
<PackageReference Include="Roslynator.Analyzers" Version="4.9.0" PrivateAssets="All" />
47+
<PackageReference Include="Roslynator.Analyzers" Version="4.10.0" PrivateAssets="All" />
4848
<AdditionalFiles Include="$(MSBuildThisFileDirectory)stylecop.json" Link="stylecop.json" />
4949
</ItemGroup>
5050
</Project>

0 commit comments

Comments
 (0)