From b94ecdb00aa0dfd429c25b979cd7c67cd84ef174 Mon Sep 17 00:00:00 2001 From: Allan Thraen Date: Fri, 15 May 2026 11:01:50 +0200 Subject: [PATCH] chore(deps): align unit test framework with UITests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps Microsoft.NET.Test.Sdk 17.12.0 → 18.5.1 and xunit.runner.visualstudio 2.8.2 → 3.1.5 in the unit test project so both test projects share the same test framework after #45. All 82 unit tests pass. Co-Authored-By: Claude Opus 4.7 --- tests/CodeShellManager.Tests/CodeShellManager.Tests.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/CodeShellManager.Tests/CodeShellManager.Tests.csproj b/tests/CodeShellManager.Tests/CodeShellManager.Tests.csproj index 2cf5242..1710fd7 100644 --- a/tests/CodeShellManager.Tests/CodeShellManager.Tests.csproj +++ b/tests/CodeShellManager.Tests/CodeShellManager.Tests.csproj @@ -6,9 +6,9 @@ false - + - + runtime; build; native; contentfiles; analyzers; buildtransitive all