From 1377dbed24e80b28074affb224ae9977d96f9f78 Mon Sep 17 00:00:00 2001 From: Debbie O'Brien Date: Tue, 26 Jul 2022 16:06:51 +0200 Subject: [PATCH] docs(troubleshooting): fix .net code in js and add link (#15923) --- docs/src/troubleshooting.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/docs/src/troubleshooting.md b/docs/src/troubleshooting.md index ec59ac8b13..79532b4795 100644 --- a/docs/src/troubleshooting.md +++ b/docs/src/troubleshooting.md @@ -39,7 +39,7 @@ Playwright requires Node.js 14 or higher. Running TypeScript tests in `"type": "module"` project requires Node.js 16 or higher. ## .NET requirements -* langs: js +* langs: csharp Playwright is distributed as a **.NET Standard 2.0** library. We recommend .NET 6 or newer. @@ -78,8 +78,3 @@ See also in the [Command line tools](./cli.md#install-system-dependencies) which has a command to install all necessary dependencies automatically for Ubuntu LTS releases. - -## Please file an issue - -Playwright is a new project, and we are watching the issues very closely. As we solve common issues, this document will grow to include the common answers. -