xamarin / FacebookComponents

MIT License
88 stars 70 forks source link

Change target framework for Android #218

Open pmahend1 opened 2 years ago

pmahend1 commented 2 years ago

I noticed all the Android projects still use MonoAndroid90 as target which corresponds to Android SDK version 9 (28)

It has to be changed to latest v11.

I noticed the current project format is legacy format , we cannot change the target from csproj or Visual Studio settings.