ASP.NET vNext Project Reference
.net-core, asp.net-core
Solution
I've found the solution.
You can use only ASP.NET vNext projects (I tried to use "Class library", but it works only with "ASP.NET vNext Classs Library"
You should use global.json to declare your folders.
Problem
Does anybody know how to add `project reference` in `ASP.NET` vNext? project.json ``` { "dependencies": { "myProject": "" }, "configurations" : { "net45" : { }, "k10" : { } } } ``` It doesn't work :(