Error with installing the dependencies for Azure function creation

倖福魔咒の 提交于 2019-12-11 14:17:50

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!