I created a new ASP.NET 5 MVC 6 (vNext) project in VS 2015.
I imported some classes from another project, but looks like the DNX is missing some classes that are very essential to me.
Can I choose to use the full .NET stack instead of the DNX?
What do I have to change? I like the new config.json file better than the old method, but what do I have to change the reference to.
"frameworks": {
"dnx451": { },
"dnxcore50": { }
},