I'm trying to migrate an ASP.NET MVC Project to ASP.NET 5 MVC 6, this project references an assembly that reference a COM library, so, I need to add the reference in Project.json to that library, is there a way to do it?I'm trying to migrate an ASP.NET MVC Project to