I'm using ApprovalTests, and
using ApprovalTests.Asp;
doesn't have errors. On the other hand, I get an error when i try to use ApprovalTests.Asp.Mvc:
using ApprovalTests.Asp.Mvc;
Error CS0234 The type or namespace name 'Mvc' does not exist in the namespace 'ApprovalTests.Asp' (are you missing an assembly reference?)
how can i fix it?