Option should behave similarly to that in other templates. Sample help output from `dotnet new webapi -h`: ``` -f|--framework The target framework for the project. net5.0 - Target net5.0 netcoreapp3.1 - Target netcoreapp3.1 Default: net5.0 ```
Option should behave similarly to that in other templates.
Sample help output from
dotnet new webapi -h: