I was playing around with VS2015 and ASP.NET vNExtvNext, and got 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 followingerrorfollowing error message:
"The following projects are not supported as references".
Is it possible at all - to add references to csproj from vNext class libraries?
Thanks!