dotnet new
to create a solution instead of a project
#58753
-
Hi, I have read https://docs.microsoft.com/en-us/dotnet/core/tutorials/cli-templates-create-project-template and I can install a template and How can I make it more general and use Thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
huoyaoyuan
Sep 8, 2021
Replies: 1 comment 2 replies
-
You can use Solution file is somehow problematic today. It's quite painful to support it. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
MartyIX
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use
dotnet new sln
anddotnet sln add
command to create such solution.Solution file is somehow problematic today. It's quite painful to support it.