I am trying to install a package (produced internally) and get a "weird" conflict.
It's weird because the conflict is coming from the same installed package (not two different installed packages).
Nuget is essentially reporting that "YadaYada.Amazon.Api 20.340.63" requires two conflicting versions of "Microsoft.AspNetCore.JsonPatch".
I have tried adding either of the versions explicitly to "YadaYada.Amazon.Api" and it does not help.
Please advise how to get around this issue?
Install-Package : NU1107: Version conflict detected for Microsoft.AspNetCore.JsonPatch. Install/reference Microsoft.AspNetCore.JsonPatch 3.1.10 directly to project BubbleBoy.AutoParts.Deploy to resolve this issue.
BubbleBoy.AutoParts.Deploy -> YadaYada.Amazon.Api 20.340.634 -> Microsoft.AspNetCore.Mvc.NewtonsoftJson 3.1.10 -> Microsoft.AspNetCore.JsonPatch (>= 3.1.10)
BubbleBoy.AutoParts.Deploy -> YadaYada.Amazon.Api 20.340.634 -> Microsoft.AspNetCore.App 2.1.0 -> Microsoft.AspNetCore.JsonPatch (= 2.1.0).