Hello, I just came across this:
Note: since the release of Xenko 1.9β, shared game assemblies are created using .NET Standard rather than PCL (Portable Class Library). You can learn more about why we made that decision in our earlier blog post, Toward a Better .NET!
However, im my Visual Studio project created with Xenko 2.0.1.2 one can see that the Game library is still labelled as Portable, targeting .NET Standard but still Portable.
Could somebody explain me why is the Game library not just a .NET Standard library, rather than a portable since it seems that PCL is not going to be around for very long ?