From 667fb1140a1a302f6390fa45ba27ea3b8d12a915 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 17 Dec 2024 05:53:48 +0000
Subject: [PATCH] Bump NUnit and Verify.NUnit in /src

Bumps [NUnit](https://github.com/nunit/nunit) and [Verify.NUnit](https://github.com/VerifyTests/Verify). These dependencies needed to be updated together.

Updates `NUnit` from 4.3.0 to 4.3.0
- [Release notes](https://github.com/nunit/nunit/releases)
- [Changelog](https://github.com/nunit/nunit/blob/main/CHANGES.md)
- [Commits](https://github.com/nunit/nunit/compare/4.3.0...4.3.0)

Updates `Verify.NUnit` from 28.5.0 to 28.6.0
- [Release notes](https://github.com/VerifyTests/Verify/releases)
- [Commits](https://github.com/VerifyTests/Verify/compare/28.5.0...28.6.0)

---
updated-dependencies:
- dependency-name: NUnit
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Verify.NUnit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 src/Orc.CommandLine.Tests/Orc.CommandLine.Tests.csproj | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Orc.CommandLine.Tests/Orc.CommandLine.Tests.csproj b/src/Orc.CommandLine.Tests/Orc.CommandLine.Tests.csproj
index 2f5a883..56e23ad 100644
--- a/src/Orc.CommandLine.Tests/Orc.CommandLine.Tests.csproj
+++ b/src/Orc.CommandLine.Tests/Orc.CommandLine.Tests.csproj
@@ -21,7 +21,7 @@
     <PackageReference Include="NUnit" Version="4.3.0" PrivateAssets="all" />
     <PackageReference Include="NUnit3TestAdapter" Version="4.6.0" PrivateAssets="all" />
     <PackageReference Include="PublicApiGenerator" Version="11.2.0" PrivateAssets="all" />
-    <PackageReference Include="Verify.NUnit" Version="28.5.0" />
+    <PackageReference Include="Verify.NUnit" Version="28.6.0" />
   </ItemGroup>
 
   <ItemGroup>