You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've just published a new version of my Xamarin.Android plugin and users get an error when trying to use it:
CSC : error CS1705: Assembly 'GeniusScanSDK.ScanFlow.Android' with identity 'GeniusScanSDK.ScanFlow.Android, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' uses 'Java.Interop, Version=0.2.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065' which has a higher version than referenced assembly 'Java.Interop' with identity 'Java.Interop, Version=0.1.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065'
Any idea what's wrong?
Since the previous version, I updated the TargetFrameworkVersion from v11.0 to v12.0, could that be the problem?
I've just published a new version of my Xamarin.Android plugin and users get an error when trying to use it:
Any idea what's wrong?
Since the previous version, I updated the
TargetFrameworkVersionfrom v11.0 to v12.0, could that be the problem?