2
I am receiving the message below regarding several Assemblies, the project compiles and runs normally, however, wanted to know how to solve and whether it can cause future problems.
Consider app.config remapping of Assembly "System.Net.Primitives, Culture=neutral, Publickeytoken=b03f5f7f11d50a3a" from Version "3.9.0.0" [] to Version "4.0.0.0" [C: Program Files (x86) Reference Assemblies Microsoft Framework Monoandroid v1.0 Facades System.Net.Primitives.dll] to Solve Conflict and get Rid of Warning.
I don’t know but this may help you: https://msdn.microsoft.com/en-us/library/7wd6ex19(v=vs.110). aspx
– Maniero
I’ll read it carefully to see if it solves this problem, thank you.
– rubStackOverflow
It’s an old question but I must ask, have you managed to remove these warnings?
– stderr
They only disappeared after the component was updated. I couldn’t figure out the cause or how else to solve it.
– rubStackOverflow