docs: avoid .net version ambiguity (#12003)
This commit is contained in:
parent
fbc05b74a7
commit
1df07aa2cf
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue