ASP.net core import path not found problem in multiproject solution.

Question:

ASP.net core import path not found problem.

Answer:

  1. Check if all projects have same version of framework.
  2. Add a reference to the project that is needed to be imported in the import statement.
Scroll to Top