Ensure PowerShell is available to everyone working on EmuHawk
see #3013 `dotnet tool restore` to install then `dotnet tool run pwsh` or simply `dotnet pwsh` to launch
This commit is contained in:
parent
1a318941ff
commit
c6270241f5
|
@ -0,0 +1,13 @@
|
||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"isRoot": true,
|
||||||
|
"tools": {
|
||||||
|
"powershell": {
|
||||||
|
"version": "7.4.2",
|
||||||
|
"commands": [
|
||||||
|
"pwsh"
|
||||||
|
],
|
||||||
|
"rollForward": false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue