Compiler warnings with NuGet package for DS18B20 sensor

Hi,

@Nevyn

I have added NuGet package NetDuino.Foundation.DS18B20 v0.8.743 to my NetDuino project
After compilation I get the following warning:

1>C:\Program Files (x86)\MSBuild\Microsoft.NET Micro Framework\v4.3\Device.targets(517,5): warning MSB3270: There was a mismatch between the processor architecture of the project being built “MSIL” and the processor architecture of the reference “Netduino.Foundation.Sensors.Temperature.DS18B20, Version=0.8.0.0, Culture=neutral, processorArchitecture=x86”, “x86”. This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor architecture that matches the targeted processor architecture of your project.

It seems that the package has a specific architecture selected (x86? but should be ‘Any processor’ ?)
Will I get runtime failures if I upload the program to my NetDuino 3 WiFi and run it?

Thx,

Jan