Hi guys!
Currently, I am developing a NetduinoPlus application in C# (over Visual Studio 2010 enviroment).
I have installed all necesary features for this:
- .NET Microframework SDK 4.1 (QFE1)
- Netduino SDK 4.1.1.0
Also, this application requires the ssh service to perform several tasks. Then I downloaded a C# library called "RenciSSH" from here.
The trouble comes when I trying to add the Renci.Ssh library reference to the NetduinoPlus solution (I added that library as "Existing project").
It showing the following warning: "Referenced project 'Renci.Ssh' is targeted to a different framework family".
It is right because the Renci.Ssh project is targeted to .NET MicroFramework v4.0 while my main project (NetduinoPlus app) is being targeted to .NET MicroFramework v4.1
I wondering if there is a way to use a C# library targeted on earlier versions in NetduinoPlus applications which are targeted to v4.1 MF.
Sorry for my English, I am from Argentina.
Regards.
Arthur.