❔ Including wwwroot folder
Hi, I started a webapi ASP.NET Core project and now i need views and wwwroot stuff but I realized that wwwroot folder isn't copied on build. I've taken a look at projects with webapp template but i dont see wwwroot included manually in the csproj file. What is the correct way to do this? Thanks in advance