“The type or namespace name could not be found” in ASP.NET Core 1.0 RC2
问题 I'm currently trying ASP.NET Core 1.0 RC2. I've created it as a .NET Framework project (as opposed to a .NET Core project) and added references to our Models library, using .NET Framework 4.5, via a project reference: "frameworks": { "net46": { "dependencies": { "Project.Core": { "target": "project" }, "Project.DataAccess": { "target": "project" }, "Project.Encryption": { "target": "project" }, "Project.Models": { "target": "project" }, "Project.Resources": { "target": "project" } } } }, Now