I thought my problem was very simple to resolve but it isn't. I'm creating some new components for Xamarin. I have a main Xamarin project where I'm testing my components.
My components are a main portable project and for each platform there is specific implementation.
The implementation for UWP generates a compatibility error
Project PSC.Xam.Controls.BindableRadioButton.UWP is not compatible with uap10.0 (UAP,Version=v10.0). Project PSC.Xam.Controls.BindableRadioButton.UWP supports: uap10.0.10240 (UAP,Version=v10.0.10240) One or more projects are incompatible with UAP,Version=v10.0. Project PSC.Xam.Controls.BindableRadioButton.UWP is not compatible with uap10.0 (UAP,Version=v10.0) / win10-arm. Project PSC.Xam.Controls.BindableRadioButton.UWP supports: uap10.0.10240 (UAP,Version=v10.0.10240) One or more projects are incompatible with UAP,Version=v10.0 (win10-arm). Project PSC.Xam.Controls.BindableRadioButton.UWP is not compatible with uap10.0 (UAP,Version=v10.0) / win10-arm-aot. Project PSC.Xam.Controls.BindableRadioButton.UWP supports: uap10.0.10240 (UAP,Version=v10.0.10240) One or more projects are incompatible with UAP,Version=v10.0 (win10-arm-aot). Project PSC.Xam.Controls.BindableRadioButton.UWP is not compatible with uap10.0 (UAP,Version=v10.0) / win10-x64. Project PSC.Xam.Controls.BindableRadioButton.UWP supports: uap10.0.10240 (UAP,Version=v10.0.10240) One or more projects are incompatible with UAP,Version=v10.0 (win10-x64). Project PSC.Xam.Controls.BindableRadioButton.UWP is not compatible with uap10.0 (UAP,Version=v10.0) / win10-x64-aot. Project PSC.Xam.Controls.BindableRadioButton.UWP supports: uap10.0.10240 (UAP,Version=v10.0.10240) One or more projects are incompatible with UAP,Version=v10.0 (win10-x64-aot). Project PSC.Xam.Controls.BindableRadioButton.UWP is not compatible with uap10.0 (UAP,Version=v10.0) / win10-x86. Project PSC.Xam.Controls.BindableRadioButton.UWP supports: uap10.0.10240 (UAP,Version=v10.0.10240) One or more projects are incompatible with UAP,Version=v10.0 (win10-x86). Project PSC.Xam.Controls.BindableRadioButton.UWP is not compatible with uap10.0 (UAP,Version=v10.0) / win10-x86-aot. Project PSC.Xam.Controls.BindableRadioButton.UWP supports: uap10.0.10240 (UAP,Version=v10.0.10240) One or more projects are incompatible with UAP,Version=v10.0 (win10-x86-aot). NuGet package restore failed.
I checked the configuration of UWP main project and the implementation project and both are the same settings.
In the implementation project, I have a reference to the portable project and its settings are:
If I deploy the project and run it, it seems working fine on my desktop.
Also, I receive two other errors:
Duplicate Entry
0xdef00532 - Conflicting values for resource 'Files/Xamarin.Forms.Platform.UAP/TabbedPageStyle.xbf' GENERATEPROJECTPRIFILE
I checked my Package.appxmanifest and Dependencies is as requested.
<Dependencies>
<TargetDeviceFamily Name="Windows.Universal"
MinVersion="10.0.0.0"
MaxVersionTested="10.0.0.0" />
</Dependencies>



Xamarin Formsand reinstall it but I can't. - Enrico