Closed dbrattli closed 6 months ago
Warning: use of 'dotnet new --install' is deprecated. Use 'dotnet new install' instead.
This will give warning about deprecation:
$ dotnet new -i "giraffe-template::*"
This works correctly.
$ dotnet new install "giraffe-template::*"
Description
Warning: use of 'dotnet new --install' is deprecated. Use 'dotnet new install' instead.
How to test
This will give warning about deprecation:
This works correctly.