While pushing my own .nupkg
file to my private nuget repository, I encountered HTTP 500. Upon inspecting in Fiddler, I found this error message along the line of 'X' already has a dependency defined for 'Y'.
This is similar to this other question, but instead of happening during nuget add
, this one happens upon nuget push
. I did make sure that my nuget.exe locally is on version 4+.