Version conflict caused by Microsoft.NET.Sdk.Functions

后端 未结 4 1130
悲&欢浪女
悲&欢浪女 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 20:53

    Running into related issue, not being able to install the Mirosoft.NET.Sdk package. Worked around this by creating a new Cloud - Azure functions project using vs2017. That project comes with the Mirosoft.NET.Sdk package version 1.0.6. Updating that to 1.0.7 actually works. Then installed Newton 9.0.1. From there on, no problems.

提交回复
热议问题