Closed sayanghosh123 closed 6 years ago
It looks like the requirements for Microsoft.NET.Sdk.Functions 1.0.13 are its .NET 4.6 requirements. This makes me think that your function application is a Functions V1 project, as it is pulling from full framework instead of .NET Core. Make sure to change your function application is a V2 project, and it should start relying on the .NET Standard requirements.
Note that the Microsoft Graph extension is only compatible with Functions V2.
That did the trick. Sorry was a silly question, I should have checked. Closing the issue now. Thanks @ConnorMcMahon
Just trying to add the AuthTokens nuget package from a new Function created using VS 2017 to use the Auth bindings from the function code. Running the command - install-package Microsoft.Azure.WebJobs.Extensions.AuthTokens -Version 1.0.0-beta3
Getting this error -
The error does look legit. Is there a workaround to these? I have validated that "Azure Functions and Web Job Tools" extensions is up to date....