Skip to content

Commit 4a92302

Browse files
dependabot[bot]ds5678
authored andcommitted
Bump NUnit.Analyzers from 4.3.0 to 4.6.0
Bumps [NUnit.Analyzers](https://github.com/nunit/nunit.analyzers) from 4.3.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.3.0...4.6.0) --- updated-dependencies: - dependency-name: NUnit.Analyzers dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 687e194 commit 4a92302

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Tpk.Tests/Tpk.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<ItemGroup>
1313
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
1414
<PackageReference Include="NUnit" Version="4.2.2" />
15-
<PackageReference Include="NUnit.Analyzers" Version="4.3.0">
15+
<PackageReference Include="NUnit.Analyzers" Version="4.6.0">
1616
<PrivateAssets>all</PrivateAssets>
1717
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1818
</PackageReference>

Tpk.TypeTrees.Json.Tests/Tpk.TypeTrees.Json.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<ItemGroup>
1313
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
1414
<PackageReference Include="NUnit" Version="4.2.2" />
15-
<PackageReference Include="NUnit.Analyzers" Version="4.3.0">
15+
<PackageReference Include="NUnit.Analyzers" Version="4.6.0">
1616
<PrivateAssets>all</PrivateAssets>
1717
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1818
</PackageReference>

0 commit comments

Comments
 (0)