I am writing Portable Class Library (PCL) on my Xamarin platform and expect to reuse it in UWP and the .NET Core platform. So instead of writing as a portable class class library (PCL), should I write as a standard class library? So, the current version of the standard library with VS2017 is 2.0?
source
share