Version conflict caused by Microsoft.NET.Sdk.Functions

后端 未结 4 1127
悲&欢浪女
悲&欢浪女 2020-12-30 20:09

I\'m having issues with a project referencing 2 packages that then reference Newtonsoft.Json but both at different versions. I\'m using the nuget package of Refit

4条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-30 21:00

    I was able to get my project working with Netwonsoft.Json 11.0.2 by switching to v2 of Azure Functions with .net core:

      
        netstandard2.0
        v2
      
    

提交回复
热议问题