Skip to content

Commit 114609c

Browse files
Bump NUnit.Analyzers from 4.0.1 to 4.1.0
Bumps [NUnit.Analyzers](https://github.com/nunit/nunit.analyzers) from 4.0.1 to 4.1.0. - [Release notes](https://github.com/nunit/nunit.analyzers/releases) - [Changelog](https://github.com/nunit/nunit.analyzers/blob/master/CHANGES.txt) - [Commits](nunit/nunit.analyzers@4.0.1...4.1.0) --- updated-dependencies: - dependency-name: NUnit.Analyzers dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 02ad1e6 commit 114609c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UnitTests/UnitTests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
3434
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
3535
<PackageReference Include="nunit" Version="4.0.1" />
36-
<PackageReference Include="NUnit.Analyzers" Version="4.0.1">
36+
<PackageReference Include="NUnit.Analyzers" Version="4.1.0">
3737
<PrivateAssets>all</PrivateAssets>
3838
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3939
</PackageReference>

0 commit comments

Comments
 (0)