Skip to content

Commit e83a4ac

Browse files
authored
Clarify when Mono is or isn't required when using Linux. (#1885)
1 parent 4564ee8 commit e83a4ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docfx_project/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This will give you priority support and code reviews (depending on the tier), an
1717

1818
* As Puppeteer-Sharp is a NetStandard 2.0 library, The minimum platform versions are .NET Framework 4.6.1 and .NET Core 2.0. [Read more](https://docs.microsoft.com/en-us/dotnet/standard/net-standard).
1919
* The minimum Windows versions supporting the WebSocket library are Windows 8 and Windows Server 2012. [Read more](https://docs.microsoft.com/en-us/dotnet/api/system.net.websockets?redirectedfrom=MSDN&view=netframework-4.7.2).
20-
* Mono is required on **Linux**. Read more about installing Mono [here](https://www.mono-project.com/download/stable/#download-lin-ubuntu).
20+
* Mono is required on **Linux** if your project targets the .NET Framework 4 or earlier. Read more about installing Mono [here](https://www.mono-project.com/download/stable/#download-lin-ubuntu). Mono is **not** required if you target .NET Core 3.1, .NET 5 or .NET 6 on Linux.
2121
* If you have issues running Chrome on Linux, the Puppeteer repo has a [great troubleshooting guide](https://github.com/GoogleChrome/puppeteer/blob/master/docs/troubleshooting.md).
2222

2323
# Monthly reports

0 commit comments

Comments
 (0)