Skip to content

Commit 044b6bc

Browse files
Bump the code-analyzers group with 3 updates (#829)
Bumps the code-analyzers group with 3 updates: [Meziantou.Analyzer](https://github.com/meziantou/Meziantou.Analyzer), [Microsoft.NETFramework.ReferenceAssemblies](https://github.com/Microsoft/dotnet) and [NUnit.Analyzers](https://github.com/nunit/nunit.analyzers). Updates `Meziantou.Analyzer` from 2.0.184 to 2.0.186 - [Release notes](https://github.com/meziantou/Meziantou.Analyzer/releases) - [Commits](meziantou/Meziantou.Analyzer@2.0.184...2.0.186) Updates `Microsoft.NETFramework.ReferenceAssemblies` from 1.0.3 to 1.0.3 - [Commits](https://github.com/Microsoft/dotnet/commits) Updates `NUnit.Analyzers` from 4.5.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.5.0...4.6.0) --- updated-dependencies: - dependency-name: Meziantou.Analyzer dependency-type: direct:production update-type: version-update:semver-patch dependency-group: code-analyzers - dependency-name: Microsoft.NETFramework.ReferenceAssemblies dependency-type: direct:production update-type: version-update:semver-patch dependency-group: code-analyzers - dependency-name: NUnit.Analyzers dependency-type: direct:production update-type: version-update:semver-minor dependency-group: code-analyzers ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 499b0ea commit 044b6bc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
4343
</PackageReference>
4444

45-
<PackageReference Include="Meziantou.Analyzer" Version="2.0.184">
45+
<PackageReference Include="Meziantou.Analyzer" Version="2.0.186">
4646
<PrivateAssets>all</PrivateAssets>
4747
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
4848
</PackageReference>

NGitLab.Mock.Tests/NGitLab.Mock.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<ItemGroup>
1010
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
1111
<PackageReference Include="NUnit" Version="4.3.2" />
12-
<PackageReference Include="NUnit.Analyzers" Version="4.5.0">
12+
<PackageReference Include="NUnit.Analyzers" Version="4.6.0">
1313
<PrivateAssets>all</PrivateAssets>
1414
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1515
</PackageReference>

NGitLab.Tests/NGitLab.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<PackageReference Include="Microsoft.Playwright" Version="1.49.0" />
1919
<PackageReference Include="NuGet.Versioning" Version="6.12.1" />
2020
<PackageReference Include="NUnit" Version="4.3.2" />
21-
<PackageReference Include="NUnit.Analyzers" Version="4.5.0">
21+
<PackageReference Include="NUnit.Analyzers" Version="4.6.0">
2222
<PrivateAssets>all</PrivateAssets>
2323
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2424
</PackageReference>

0 commit comments

Comments
 (0)