Top "Portable-class-library" questions

The Portable Class Library project enables you to write and build managed assemblies that work on more than one .NET Framework platform (Silverlight, WP7, or XNA).

Get assembly version in PCL

I have the following line of code in .NET 4.5 that I am trying to build as Portable Class Library. It's …

.net-assembly portable-class-library system.reflection
Calling a Windows 10 Universal Class Library from a desktop application

In previous development, I have used a Portable Class Library to share code between a Windows 8.1 "Metro" app and a .…

.net portable-class-library windows-10