After some digging, testing and thinking i have found the cause of the problem.
It has to do with a restored package inside my app: <PackageReference Include="PCLCrypto" Version="2.0.147" />
. This made use of a differed target framework which likely resulted in these problems.
So for me the action is to find a alternative to this package/code that does not conflict with the targeted framework.
Screenshot of the restored packages: