I am converting an existing .Net 4.5 MVC 5 project to a new ASP.NET 5 project. One of my files refers to the System.Runtime.Caching namespace, but when moving this file to a new project this namespace cannot be found.
I added System.Runtime as a dependency in the new project, but apparently this .Caching bit is missing. Has anyone experienced a similar problem?
source
share