Skip to content

Commit 9ab3a53

Browse files
Bump the analyzers group across 1 directory with 3 updates
Bumps the analyzers group with 3 updates in the /src directory: [IDisposableAnalyzers](https://github.com/DotNetAnalyzers/IDisposableAnalyzers), [Microsoft.CodeAnalysis.NetAnalyzers](https://github.com/dotnet/roslyn-analyzers) and [NUnit.Analyzers](https://github.com/nunit/nunit.analyzers). Updates `IDisposableAnalyzers` from 4.0.7 to 4.0.8 - [Changelog](https://github.com/DotNetAnalyzers/IDisposableAnalyzers/blob/master/RELEASE_NOTES.md) - [Commits](https://github.com/DotNetAnalyzers/IDisposableAnalyzers/commits) Updates `Microsoft.CodeAnalysis.NetAnalyzers` from 8.0.0 to 9.0.0 - [Release notes](https://github.com/dotnet/roslyn-analyzers/releases) - [Changelog](https://github.com/dotnet/roslyn-analyzers/blob/main/PostReleaseActivities.md) - [Commits](dotnet/roslyn-analyzers@8.0.0...9.0.0) Updates `NUnit.Analyzers` from 4.2.0 to 4.6.0 - [Release notes](https://github.com/nunit/nunit.analyzers/releases) - [Changelog](https://github.com/nunit/nunit.analyzers/blob/master/CHANGES.md) - [Commits](nunit/nunit.analyzers@4.2.0...4.6.0) --- updated-dependencies: - dependency-name: IDisposableAnalyzers dependency-type: direct:production update-type: version-update:semver-patch dependency-group: analyzers - dependency-name: Microsoft.CodeAnalysis.NetAnalyzers dependency-type: direct:production update-type: version-update:semver-major dependency-group: analyzers - dependency-name: NUnit.Analyzers dependency-type: direct:production update-type: version-update:semver-minor dependency-group: analyzers ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a7830bb commit 9ab3a53

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Directory.Packages.props

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
<PackageVersion Include="CommandLineParser" Version="2.9.1" />
1111
<PackageVersion Include="coverlet.msbuild" Version="6.0.3" />
1212
<PackageVersion Include="Destructurama.Attributed" Version="4.0.0" />
13-
<PackageVersion Include="IDisposableAnalyzers" Version="4.0.7" />
14-
<PackageVersion Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0" />
13+
<PackageVersion Include="IDisposableAnalyzers" Version="4.0.8" />
14+
<PackageVersion Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="9.0.0" />
1515
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
1616
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
1717
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />
1818
<PackageVersion Include="NGitLab" Version="7.0.1" />
1919
<PackageVersion Include="NSubstitute" Version="5.3.0" />
2020
<PackageVersion Include="NUnit" Version="4.1.0" />
21-
<PackageVersion Include="NUnit.Analyzers" Version="4.2.0" />
21+
<PackageVersion Include="NUnit.Analyzers" Version="4.6.0" />
2222
<PackageVersion Include="NUnit3TestAdapter" Version="4.5.0" />
2323
<PackageVersion Include="Octokit" Version="14.0.0" />
2424
<PackageVersion Include="Roslynator.Analyzers" Version="4.12.10" />

0 commit comments

Comments
 (0)