In the recent ASP.Net Core RC2 Preview 1 release of the tooling, the project templates were split into full .NET Framework projects targeting net461 and .NET Core projects targeting netcoreapp1.0.
In the previous world, both of these target frameworks were added in a single project. Can this still be done? What was the reason for splitting them up?