I have a web site built by using ASP.NET 5 MVC template (I am using RC1 Update 1) , I need that web site to reference a DLL which was built by using regular .NET Class Library targeting .NET Framework 4.6. When I am modifying the Web project by adding a reference to my class library I am seeing error displayed at References label in solution explorer, it says "References (Errors - see Error List)". In the error List I can see the following errors:
NU1001 The dependency BusinessLogic >= 1.0.0-* could not be resolved.
BusinessLogic - is the name of my class library DLL. Can anybody tell me what is wrong in my steps?