Microsoft.NET.Sdk.Functions HARDWIRED to dependency Newtonsoft.Json (= 9.0.1)
Open
- Dominant language
- PowerShell
- Stars
- 1.1k
- Forks
- 215
- Avg merge
- 4h 2m
- Merged PRs (30d)
- 1
Description
I am using Microsoft.Azure.Storage and need a higher version of the Newtonsoft.Json dependency but Microsoft.NET.Sdk.Functions WILL NOT ALLOW ME to used this version of Newtonsoft.Json because it needs Newtonsoft.Json 9.0.1.
Error:
_Detected package version outside of dependency constraint: Microsoft.NET.Sdk.Functions 1.0.29 requires Newtonsoft.Json (= 9.0.1) but version Newtonsoft.Json 12.0.2 was resolved._
This seems to be an ongoing issue that has not been addressed by MS.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.