I am working with Sitefinity. Trying to create a layout file with dotnet CLI, The tutorial shows the following command
dotnet new sitefinity-layout --layout-name '_testLayout'
I entered this in the Package Manager CLI, the prompts show as Success. Result :
The template "Sitefinity Renderer Layout" was created successfully
But there are no files added to the solution. The following is my solution explorer image.

