@@ -42,21 +42,23 @@ Options:
42
42
--type <project> Specifies the template type to instantiate.
43
43
44
44
Template options:
45
- -pn, --project-name <project-name> The name of the project. usually equal to the repo anme on github and the
46
- .sln file to build. If not, customize manually.
47
- Type: string
48
- Default: TODO: set PROJECTNAME
49
- -go, --git-owner <git-owner> The name of the organization or github user that owns the github repo
50
- Type: string
51
- Default: TODO: set GITOWNER
52
- -tf, --target-framework <target-framework> The target framework of the build project (net6.0 or net7.0). default is
53
- net6.0
54
- Type: string
55
- Default: net6.0
56
- -ipv, --individual-package-versions If set, the build project will support individual package versions and
57
- release notes per project.
58
- Type: bool
59
- Default: false
45
+ -pn, --project-name <project-name> The name of the project. usually equal to the repo anme on github and the .sln
46
+ file to build. If not, customize manually.
47
+ Type: string
48
+ Default: TODO: set PROJECTNAME
49
+ -go, --git-owner <git-owner> The name of the organization or github user that owns the github repo
50
+ Type: string
51
+ Default: TODO: set GITOWNER
52
+ -tf, --target-framework <choice> The target framework of the build project
53
+ Type: choice
54
+ net6.0 use .NET 6 as target framework for the project
55
+ net7.0 use .NET 7 as target framework for the project
56
+ net8.0 use .NET 8 as target framework for the project (default)
57
+ Default: net8.0
58
+ -ipv, --individual-package-versions If set, the build project will support individual package versions and release
59
+ notes per project.
60
+ Type: bool
61
+ Default: false
60
62
```
61
63
62
64
### Basic use case
0 commit comments