Search code examples
win-universal-appportable-class-library

What library can I use with UWP apps/ASP.NET Core/.NET 4.5.2 apps ?


As I code I want to share across both (App Insights, REST API Calls..) I am trying to figure out what type of project to make. At first I was looking at Portable Class Libraries but they seem to be for the past and not for UWP/.NET core.


Solution

  • When you use a Portable Class Library type, you can select the supported targets.

    enter image description here