I have a .Net Core project web project, and for various reasons want to convert it to a .Net Framework project.
Is there an easy way to do this, or do I have to star
add below in csproj
netcoreapp2.1;net471