MicrosoftDocs / mslearn-your-first-iot-central-app

Sample code for Microsoft Learn module "Build your first IoT Central app"
MIT License
14 stars 41 forks source link

Unable to install AzureMaps packages #8

Closed bdlawrence13 closed 4 years ago

bdlawrence13 commented 4 years ago

I cannot get this project to build because it's missing the AzureMapsToolKit package. When I try to dotnet add package this and the .common package, I get this error:

error: Unable to find package AzureMapsToolkit. No packages exist with this id in source(s): nuget.org error: Package 'AzureMapsToolkit' is incompatible with 'all' frameworks in project 'C:\Users\aa5arzz\OneDrive - 3M\Documents\SourceCode\RefrigeratedTruck\RefrigeratedTruck.csproj'.

At a loss for what to do next.

It would be nice if in the tutorial it mentioned needing to install these packages, including the Azure.Device packages.

bdlawrence13 commented 4 years ago

Nevermind. Resolved library issues myself.