c# - Warning MSB3276 - Strange Mono.Cairo versioning behavior -



c# - Warning MSB3276 - Strange Mono.Cairo versioning behavior -

i'm developing gtk# application on windows, using xamarin studio 5.5.2 , gtk# 2.12 .

every time compile app msb3276 warning. looking solution i've found stackoverflow thread:

warning msb3276 - found conflicts between different versions of same dependent assembly

following indications of other thread i've used asmspy check where's problem, , i've found strange. application referring 2 different versions of mono.cairo library:

reference: mscorlib 4.0.0.0 colorsharp 4.0.0.0 mathnet.numerics 4.0.0.0 newtonsoft.json 4.0.0.0 lightcreator reference: mathnet.numerics 3.2.3.0 colorsharp reference: system.numerics 4.0.0.0 mathnet.numerics 4.0.0.0 newtonsoft.json reference: scheme 4.0.0.0 mathnet.numerics 4.0.0.0 newtonsoft.json 4.0.0.0 lightcreator reference: system.core 4.0.0.0 mathnet.numerics 4.0.0.0 newtonsoft.json reference: system.data 4.0.0.0 newtonsoft.json reference: system.xml 4.0.0.0 newtonsoft.json reference: system.xml.linq 4.0.0.0 newtonsoft.json reference: system.runtime.serialization 4.0.0.0 newtonsoft.json reference: gtk-sharp 2.12.0.0 lightcreator reference: colorsharp 0.2.1.20880 lightcreator reference: gdk-sharp 2.12.0.0 lightcreator reference: mono.cairo 4.0.0.0 lightcreator // !!!! 2.0.0.0 lightcreator // !!!! reference: mono.posix 2.0.0.0 lightcreator reference: glib-sharp 2.12.0.0 lightcreator

i've been searching solution, looking solution , project properties, references... couldn't find anything.

anyone knows how rid of unusual problem?

thank in advance.

c# mono compiler-warnings cairo

Comments

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

Is there a way to convert an HTML page styled with Bootstrap CSS into email-compatible html? -