tags.type: "project" vs "solution"
#4771
-
|
In a I have a template that creates a solution with multiple projects in it and the template includes a This seems to work fine when I set the type as either "project" or "solution". I can't find any documentation on the differences between specifying the type as "project" or "solution." |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
|
Beta Was this translation helpful? Give feedback.
solutiontype makes difference only when used in Visual Studio. https://aka.ms/netcore-templates explains the details.I would recommend to use
solutiontype anyway if your template is producingslnfor better categorization even in CLI context.