From 7b2f9421b76ddf027fa62b185551e188ad837a9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 13:34:35 +0000 Subject: [PATCH 1/2] Bump xunit.v3 from 3.2.2 to 4.0.0 --- updated-dependencies: - dependency-name: xunit.v3 dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- ConsoleMenuTests/ConsoleMenuTests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ConsoleMenuTests/ConsoleMenuTests.csproj b/ConsoleMenuTests/ConsoleMenuTests.csproj index f847db8..66e31eb 100644 --- a/ConsoleMenuTests/ConsoleMenuTests.csproj +++ b/ConsoleMenuTests/ConsoleMenuTests.csproj @@ -13,7 +13,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + From df09e672544b6604d6acdd2a8627f55af95e2277 Mon Sep 17 00:00:00 2001 From: lechu445 Date: Sat, 15 Aug 2026 21:13:49 +0000 Subject: [PATCH 2/2] add global.json with tests config --- global.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 global.json diff --git a/global.json b/global.json new file mode 100644 index 0000000..802ab21 --- /dev/null +++ b/global.json @@ -0,0 +1,5 @@ +{ + "test": { + "runner": "Microsoft.Testing.Platform" + } +} \ No newline at end of file