This is about an obsolete pre-release version of .net core.
I have created a basic project in pre-release ASP.Net 5 (later on was renamed to asp.net core) using a beta/preview of visual studio 2015, I have published the project to a file system and am trying to run it from there using the command
dnx . web
the error that results is 'unable to resolve project'. I have checked that dnvm is using the default framework. My published directory has web, web.cmd, wwwroot, and approot folders. Is there anything else I should be checking?
I am using: asp.net core 1.0.0-beta4 clr
project.json
file? – Genny