Difference between .Net Core, Portable, Standard, Compact, UWP, and PCL?
I’ll answer your second question first: I have a library that targets .Net 2.0, .Net 4.5, and UWP. Targeting UWP required creating a new VS project and linking all the existing files, which is a huge pain. Now someone is telling me it doesn’t work for PCL, and from the sound of it I have … Read more