I have an ASP.Net 5 (vNext) solution that needs to reference many locally created DLLs. I have attempted different versions of the syntax in project.json to indicate the dlls. My attempts have either ended in syntax errors or (the most promising one) says that "cannot cast a Newtonsoft.Json.Linq.JArray to a Newtonsoft.Json.Linq.JToken".I have an ASP.Net 5 (vNext) solution that needs