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