I have a class library project created with Visual Studio 2015. I tried to add the package Microsoft.AspNet.Mvc to my project with NuGet. That worked out fine a you can see from the screenshot.
But whenever I try to use the Microsoft.AspNet.Mvc namespace in my project, it complains that it cannot find the given namespace.
The type or namespace name AspNet does not exist in the namespace 'Microsoft'
But it's clearly referenced in my project... Anyone any idea what the problem is?
