docs: avoid .net version ambiguity (#12003)

This commit is contained in:
Erik Ejlskov Jensen 2022-02-10 18:30:44 +01:00 committed by GitHub
parent fbc05b74a7
commit 1df07aa2cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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