I am in bit of a tumble here. I am wanting to move away from admob. I read the Facebook Ads SDK is just "as" good, if not better.
So, for that I am working with Visual Studio, I need to download the SDK via the Nuget-console. But as soon as I am trying install the Facebook SDK Version 6.0.10. it gives me the error that (translated from german):
"The package "Facebook 6.0.10" could not be installed. You are trying to install this package into a project, that references "MonoAndroid, Version = v8.0". The Package however does not include any assembly reference or data that would be compatable with this framework."
I am however able to install the Facebook Version JUST before that (5.4.1) but I need the newer one.
What's also weired is the fact, that I am running the newest and second newest frameworks and tried both but nothing from the 6+ range of Facebook SDKs will install.
However, my question: How can I find out, which framework is neccissary in order to install any nuget package? I cannot download and try them all, that would be insane - there must be a better way, right?
Thanks!
