You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dotnet new -i ./src/dotnetTemplate/Microsoft.PowerShell.Standard.Module.Template/Microsoft.PowerShell.Standard.Module.Template
dotnet new psmodule --help
Actual output contains:
-v|--powershell-standard-version
5.1.0 - PowerShell Standard 5.1
3.0.0-preview-02 - PowerShell Standard 3.0
Expected (according to README.md):
-v|--powershell-standard-version
7.0.0-preview.1 - PowerShell Standard 7.0.0-preview.1
3.0.0-preview-02 - PowerShell Standard 3.0
Default: 7.0.0-preview.1
The text was updated successfully, but these errors were encountered:
To reproduce:
Actual output contains:
Expected (according to
README.md
):The text was updated successfully, but these errors were encountered: