Reference a class library from UWP and ASP.NET 5
问题 I am trying to create a class library that'll contain common objects (mainly DTOs) of a WebAPI (using ASP.NET 5) and a consuming UWP App. However, I have not yet figured out how to create the class library such that it can be referenced from both other projects. What I have tried so far: First, I tried a Class Library (Package) , which can be found under Web . This type of library can be referenced from the ASP.NET project without problems, but when trying to reference it from the UWP project