Trying to rework dotnet tools for docs and playwright

This commit is contained in:
Phil Scott 2021-12-21 12:44:24 -05:00 committed by Patrik Svensson
parent 19ff48f4b8
commit bba5f0c5dc
2 changed files with 12 additions and 6 deletions

12
docs/dotnet-tools.json Normal file
View File

@ -0,0 +1,12 @@
{
"version": 1,
"isRoot": true,
"tools": {
"microsoft.playwright.cli": {
"version": "1.2.0",
"commands": [
"playwright"
]
}
}
}

View File

@ -19,12 +19,6 @@
"commands": [
"dotnet-example"
]
},
"microsoft.playwright.cli": {
"version": "1.2.0",
"commands": [
"playwright"
]
}
}
}