Usage: dotnet new console [options] [template-options] Console Application Author: Microsoft Options: -h, --help Show help information. --force Forces content to be generated even if it would change existing files. -v, --verbosity Enable verbose output. Template options: -n, --name The name for the output being created. If no name is specified, the name of the current directory is used. -o, --output Location to place the generated output. -lang, --language Specifies the language of the template to create. C#, F#, VB Default: C# -f|--framework The target framework for the project. netcoreapp2.0, netcoreapp1.0, netcoreapp1.1 Default: netcoreapp2.0 --no-restore If specified, skips the automatic package restore of the project on create. Type: bool (Optional) Default: false