Skip to content

Commit b3c0c13

Browse files
Bump the code-analyzers group with 3 updates (#887)
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.189 to 2.0.193 - [Release notes](https://github.com/meziantou/Meziantou.Analyzer/releases) - [Commits](meziantou/Meziantou.Analyzer@2.0.189...2.0.193) Updates `Microsoft.NETFramework.ReferenceAssemblies` from 1.0.3 to 1.0.3 - [Commits](https://github.com/Microsoft/dotnet/commits) Updates `Microsoft.NETFramework.ReferenceAssemblies` from 1.0.3 to 1.0.3 - [Commits](https://github.com/Microsoft/dotnet/commits) Updates `NUnit.Analyzers` from 4.6.0 to 4.7.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.6.0...4.7.0) --- updated-dependencies: - dependency-name: Meziantou.Analyzer dependency-version: 2.0.193 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: code-analyzers - dependency-name: Microsoft.NETFramework.ReferenceAssemblies dependency-version: 1.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: code-analyzers - dependency-name: Microsoft.NETFramework.ReferenceAssemblies dependency-version: 1.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: code-analyzers - dependency-name: NUnit.Analyzers dependency-version: 4.7.0 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 617d3a5 commit b3c0c13

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Directory.Build.props

+1-1
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.189">
45+
<PackageReference Include="Meziantou.Analyzer" Version="2.0.193">
4646
<PrivateAssets>all</PrivateAssets>
4747
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
4848
</PackageReference>

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>net8.0;net472</TargetFrameworks>
44
<IsPackable>false</IsPackable>
@@ -9,7 +9,7 @@
99
<ItemGroup>
1010
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
1111
<PackageReference Include="NUnit" Version="4.3.2" />
12-
<PackageReference Include="NUnit.Analyzers" Version="4.6.0">
12+
<PackageReference Include="NUnit.Analyzers" Version="4.7.0">
1313
<PrivateAssets>all</PrivateAssets>
1414
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1515
</PackageReference>

NGitLab.Tests/NGitLab.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<PackageReference Include="Microsoft.Playwright" Version="1.51.0" />
1919
<PackageReference Include="NuGet.Versioning" Version="6.13.2" />
2020
<PackageReference Include="NUnit" Version="4.3.2" />
21-
<PackageReference Include="NUnit.Analyzers" Version="4.6.0">
21+
<PackageReference Include="NUnit.Analyzers" Version="4.7.0">
2222
<PrivateAssets>all</PrivateAssets>
2323
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2424
</PackageReference>

0 commit comments

Comments
 (0)