How do I prevent VS2015 from nesting files in an ASP.NET v5 project?
Here's what I'm getting:
I looked at un-nesting with Mads Kristensen's nesting extension, but he's said in an bug report on Github that it's not relevant to .NET5 projects because there is no .csproj to store the file relationships in. So it must be VS doing it itself. How do I stop it?
