From f873487388ebf918f5b8da245ff379b45b57a1db Mon Sep 17 00:00:00 2001 From: Ivandro Jao Date: Fri, 27 Sep 2024 22:59:55 +0100 Subject: [PATCH] Uncomment MSTest.TestAdapter package reference. Re-enabling the MSTest.TestAdapter package reference allows the project to use MSTest framework adapters, ensuring it can run and discover MSTest tests correctly. This change is essential for maintaining compatibility with expected test structures and execution. Signed-off-by: Ivandro Jao --- src/Test/Test.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Test/Test.csproj b/src/Test/Test.csproj index 54a17f167..59f3affe4 100644 --- a/src/Test/Test.csproj +++ b/src/Test/Test.csproj @@ -81,7 +81,7 @@ - +