jbienzms / iot-devices

Helper library for interfacing with devices in IoT projects.
45 stars 17 forks source link

NuGet install error #2

Closed icecog closed 8 years ago

icecog commented 8 years ago

Im getting the following error on NuGet install of Microsoft.IoT.Devices - it throws the same error from .NetFramework 4.5, 4.5.2 and 4.6.

Error Could not install package 'Microsoft.IoT.DeviceHelpers 1.0.3'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.0', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author. 0

icecog commented 8 years ago

This was not was I was looking for apparently. The Windows.Azure.Devices packages referred to in 'Get started with IoT Hub' is not available yet in NuGet but this showed up instead - which is wrong (just in case someone does the same mistake I did). Go here and follow the instruction except Tools -> NuGet Package Manager. https://www.nuget.org/packages/Microsoft.Azure.Devices/

Sorry for creating the issue.