Skip to content

Commit 08bc2c8

Browse files
dependabot[bot]JohanLarsson
authored andcommitted
Bump NUnit from 3.14.0 to 4.0.1
Bumps [NUnit](https://github.com/nunit/nunit) from 3.14.0 to 4.0.1. - [Release notes](https://github.com/nunit/nunit/releases) - [Changelog](https://github.com/nunit/nunit/blob/master/CHANGES.md) - [Commits](nunit/nunit@v3.14.0...v4.0.1) --- updated-dependencies: - dependency-name: NUnit dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b6a8882 commit 08bc2c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ReflectionAnalyzers.Tests/ReflectionAnalyzers.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<PackageReference Include="IDisposableAnalyzers" Version="4.0.7" PrivateAssets="all" />
3232
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" PrivateAssets="all" />
3333
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.5.0" PrivateAssets="all" />
34-
<PackageReference Include="NUnit" Version="3.14.0" PrivateAssets="all" />
34+
<PackageReference Include="NUnit" Version="4.0.1" PrivateAssets="all" />
3535
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" PrivateAssets="all" />
3636
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.507" PrivateAssets="all" />
3737
</ItemGroup>

ValidCode/ValidCode.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="NUnit" Version="3.14.0" />
13+
<PackageReference Include="NUnit" Version="4.0.1" />
1414
</ItemGroup>
1515

1616
<ItemGroup>

0 commit comments

Comments
 (0)