My library should have different behaviour depending on app platform. As I know, I can determine that app is UWP-application using this code. But it returns true even for WinUI3 Win32 app.
As there any way to determine that app is WinUI3 Win32 app and can call any APIs outside of AppContainer sandbox?