What template to use for Core project in my Solution. #952
Answered
by
ardalis
ChrisTaylorDeveloper
asked this question in
Q&A
-
I would like to add a Core project to my Clean Architecture Solution. What template should I use? I assume I need to run something like |
Beta Was this translation helpful? Give feedback.
Answered by
ardalis
Jun 26, 2025
Replies: 1 comment 1 reply
-
The template already has a Core project, so I'm not sure why you would need another one? If you already have a full solution and just want to add a new Core project for whatever reason, just use the HTH |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ChrisTaylorDeveloper
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The template already has a Core project, so I'm not sure why you would need another one?
If you already have a full solution and just want to add a new Core project for whatever reason, just use the
classlib
template and then you can put whatever folders, etc. fit your domain within that.HTH