I have createa a ASP.NET Core 2.0 project in VS 2017. When I publish my project the Views folder are not there but the wwwroot folder is.
Views
wwwroot
T
In .Net core 3.1, we need to add the following code in .csproj
netcoreapp3.1 true