I'm getting this error when trying to install Microsoft.Graph via Package Manager Console: (I'm using Visual Studio Express 2015 for Web, Windows 10 pro- NET 4.5).
Attempting to gather dependencies information for package 'Microsoft.Graph.1.6.2' with respect to project 'WebApp_Calendar', targeting '.NETFramework,Version=v4.5' Install-Package : An error occurred while retrieving package metadata for 'Microsoft.Identity.Client.1.1.0-preview' from source 'C:\Users\admin\Desktop\docs\Repo_Asp\dotnet-tutorial\WebApp_Calendar\packages'. At line:1 char:1+ Install-Package Microsoft.Graph+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+ CategoryInfo : NotSpecified: (:) [Install-Package], Exception+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand>
Can you help me please?
Thanks