-
Notifications
You must be signed in to change notification settings - Fork 264
Description
Output from Package Manager
Attempting to gather dependency information for package 'Newtonsoft.Json.12.0.1' with respect to project 'IncidentIQ.Apps.MicrosoftAzureSso', targeting '.NETFramework,Version=v4.7'
Gathering dependency information took 1.1 sec
Attempting to resolve dependencies for package 'Newtonsoft.Json.12.0.1' with DependencyBehavior 'Lowest'
Unable to resolve dependencies. 'Newtonsoft.Json 12.0.1' is not compatible with 'Microsoft.Graph 1.12.0 constraint: Newtonsoft.Json (>= 6.0.1 && < 12.0.0)', 'Microsoft.Graph.Core 1.12.0 constraint: Newtonsoft.Json (>= 6.0.1 && < 12.0.0)'.
Time Elapsed: 00:00:01.1448457
We're attempting to upgrade our solution to Newtonsoft.Json.12.0.1, but Microsoft.Graph is holding us back. The upper-bound requirement only applies to .NETFramework and not to .NETStandard. Is this intentional?