I was playing around with `VS2015` and `ASP.NET vNExt`, and stuck on trying to add a reference from vNext class library (kproj) to a regular class library (csproj) in the same solution. Visual Studio 2015 shows the followingerror message: > "The following projects are not supported as references". Is it possible at all - to add references to csproj from vNext class libraries? Thanks!