I was trying repository pattern with ASP.Net 5 project and service project. I referenced my ".Service" class library project into my ".Web" project but something went wrong with the reference. I removed all referenced to other libraries, even removed my ".Service" and ".Web" projects and added new empty ones but the newly created ".Web" project still referencing the old version of deleted ".Service" project.
".Web" > ASP.Net 5 project. ".Service" > .Net Framework 4.5.1 class library project.
[URL for project on github] https://github.com/ahmedhelmy204/Publess/tree/master/Publess