问题
I am trying to setting up a local environment in visual studio for creating Azure functions. I want to login into the portal using .Net libraries. For that I am supposed to add below packages.
Install-Package Microsoft.Azure.Management.Fluent
Install-Package Microsoft.Azure.Management.ResourceManager.Fluent
But after installation I could see the packages are giving warning messages
"Detected package version outside of dependency constraint: Microsoft.NET.Sdk.Functions 1.0.21 requires Microsoft.Azure.WebJobs (>= 2.2.0 && < 2.3.0) but version Microsoft.Azure.WebJobs 3.0.4 was resolved. FunctionApp2 C:\Users\VinodNallavade\source\repos\FunctionApp111\FunctionApp2\FunctionApp2.csproj "
Could someone please help me out directing to correct article to solve this.
来源:https://stackoverflow.com/questions/54476297/error-with-installing-the-dependencies-for-azure-function-creation