It seems that the latest versions has a dependency on System.Net.Http v4.3.4 which depends on dll System.Net.Http v4.1.1.3.
However, the library has a reference for dll System.Net.Http 4.2.0.0.

Either remove the dependency on nuget System.Net.Http 4.3.4 or fix the dependency of docdb nuget.
SDK Version: you can see the issue in v2.3.0, however prev versions also have inconsistency in references.
.NET Framework - 4.6.1
@Yonisha thanks for reporting it.
@ausfeldt pleas look into it.
IMHO nothing should ever reference 4.2.0.0, as far as I can tell it's some internal version shipped with VS... (so either 4.1.1.3 if you depend on the NuGet or 4.0.0.0 if you depend on the GAC).
Will be fixed in the next release.
This issue still exists in both NuGet versions 2.4.0 (which has been unlisted) and 2.4.1, even though the changelog states that the issue has been resolved in 2.4.0
Can you please try > 2.4.2 https://www.nuget.org/packages/Microsoft.Azure.DocumentDB/2.4.2
Will update the release notes.
Most helpful comment
Will be fixed in the next release.