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 have a Xamarin solution, which has the fairly usual format of: MyApplication (Portable), MyApplication.Forms, MyApplication.iOS and MyApplication.Droid.
It builds with no warnings or errors and has done so for some months.
If I add NGraphics 0.4.0 via the package manager in Visual Studio, I get the following build warning on the iOS build:
5> No way to resolve conflict between "System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" and "System.Runtime.Serialization, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e". Choosing "System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" arbitrarily.
5> Serenocalm.iOS -> \MyApp\MyApp.iOS\bin\iPhoneSimulator\Debug\MyAppiOS.exe
How can I fix this?
Kind wishes ~ Patrick
The text was updated successfully, but these errors were encountered:
I have a Xamarin solution, which has the fairly usual format of: MyApplication (Portable), MyApplication.Forms, MyApplication.iOS and MyApplication.Droid.
It builds with no warnings or errors and has done so for some months.
If I add NGraphics 0.4.0 via the package manager in Visual Studio, I get the following build warning on the iOS build:
How can I fix this?
Kind wishes ~ Patrick
The text was updated successfully, but these errors were encountered: