ASP.Net 5 project referencing old class library
问题 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