So according to Microsoft in this article:
"With the release of .NET Standard 2.0, we’re now officially deprecating PCLs and you should move your projects to .NET Standard"
Great. I would love to. Except I cannot reference a .NET Standard 2.0 class library from my Universal Windows app. How can this be?
Does Microsoft really expect that if I were to start a new multi-platform solution (involving an UWP client app) today, that shared code would have to be in obsolete PCL form? Am I missing something here?