From 1df07aa2cfcef198cac860c7672a42c08920e171 Mon Sep 17 00:00:00 2001 From: Erik Ejlskov Jensen Date: Thu, 10 Feb 2022 18:30:44 +0100 Subject: [PATCH] docs: avoid .net version ambiguity (#12003) --- docs/src/intro-csharp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/intro-csharp.md b/docs/src/intro-csharp.md index 6e5d96bc3a..c84b146be9 100644 --- a/docs/src/intro-csharp.md +++ b/docs/src/intro-csharp.md @@ -19,7 +19,7 @@ cd PlaywrightDemo dotnet add package Microsoft.Playwright # Build the project dotnet build -# Install required browsers +# Install required browsers - replace netX with actual output folder name, f.ex. net6.0. pwsh bin\Debug\netX\playwright.ps1 install # If the pwsh command does not work (throws TypeNotFound), make sure to use an up-to-date version of PowerShell.