From f68dd8676df18765efbed998e73869e6799f6d3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amaury=20Lev=C3=A9?= Date: Mon, 6 Jan 2025 11:22:38 +0100 Subject: [PATCH] Disable protocol from project --- docs/core/testing/unit-testing-platform-vs-vstest.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/docs/core/testing/unit-testing-platform-vs-vstest.md b/docs/core/testing/unit-testing-platform-vs-vstest.md index bd3c3a9df524c..877df46614800 100644 --- a/docs/core/testing/unit-testing-platform-vs-vstest.md +++ b/docs/core/testing/unit-testing-platform-vs-vstest.md @@ -47,13 +47,7 @@ VSTest also uses a JSON based communication protocol, but it's not JSON-RPC base ### Disabling the new protocol -To disable the use of the new protocol in Test Explorer, you can edit the csproj and remove the `TestingPlatformServer` capability. - -```xml - - - -``` +To disable the use of the new protocol in Test Explorer, you can edit your project to add the following property: `true`. ## Executables