为Newtonsoft.Json检测到版本冲突。直接安装/参考Newtonsoft.Json 11.0.2(Azure功能Visual Studio)

时间:2018-10-09 15:55:41

标签: c# visual-studio azure json.net azure-functions

我已经安装了Visual Studio Enterprise 9(15.8.06)的最新版本。创建了一个天蓝色函数(HttpTrigger),所有功能都运行良好,并且很好,甚至将其发布到了Azure帐户。我创建了一个blob trigger类型的新函数,问题出现了。在构建项目时,我收到以下错误消息。有人可以帮忙吗?

//============================
Version conflict detected for Newtonsoft.Json. Install/reference 
Newtonsoft.Json 11.0.2 directly to project testfunction to resolve this issue. 
testfunction -> Microsoft.Azure.WebJobs.Extensions.Storage 3.0.0 -> 
Microsoft.Azure.WebJobs 3.0.0 -> Newtonsoft.Json (>= 11.0.2)  

1 个答案:

答案 0 :(得分:1)

请确保依赖项是最新的。

对于一个简单的v2 blob触发器,现在的软件包是

Microsoft.NET.Sdk.Functions 1.0.22
Microsoft.Azure.WebJobs.Extensions.Storage 3.0.0