I have an MVC 6 (vNext/ASP.NET 5) project, with one class library for the DAL(Data Access Layer). Now I am getting an exception because NHibernate can\'t find the mapping fi
Alberto's answer is no longer valid (since RC2), the resource is now marked as deprecated.
resource
Proper way how to do this is now to use buildOptions/embed:
buildOptions/embed
... "buildOptions": { "emitEntryPoint": true, "embed": [ "9NLiZmx.png" ] }, ...