docs(troubleshooting): fix .net code in js and add link (#15923)

This commit is contained in:
Debbie O'Brien 2022-07-26 16:06:51 +02:00 committed by GitHub
parent 3e28acc4c2
commit 1377dbed24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.