Skip to content

Commit ec3615e

Browse files
Bump NUnit.Analyzers from 4.2.0 to 4.3.0
Bumps [NUnit.Analyzers](https://github.com/nunit/nunit.analyzers) from 4.2.0 to 4.3.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.3.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 f72c5b8 commit ec3615e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DecoratorGenerator.UnitTests/DecoratorGenerator.UnitTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
1818
<PackageReference Include="NUnit" Version="4.1.0" />
1919
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
20-
<PackageReference Include="NUnit.Analyzers" Version="4.2.0">
20+
<PackageReference Include="NUnit.Analyzers" Version="4.3.0">
2121
<PrivateAssets>all</PrivateAssets>
2222
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2323
</PackageReference>

0 commit comments

Comments
 (0)