When running uwp app by itself, it runs perfect. When I add the uwp app to Windows Application Package Project (WAPP), it throws "Could not load file or assembly.." exception on the spot meeting the first "await".
Where can I specify the version of the library in WAPP? I cannot find any place for version specification.
UWP runs good by itself, but when run WAPP, the exception occurs. I think this is caused by mismatch of the referencing .NET library version between WAPP and UWP app itself. Where should I start from?