kekekeks / pipedrive-net

.NET client for Pipedrive API ( https://developers.pipedrive.com/v1 )
MIT License
12 stars 13 forks source link

Update to the latest Json.Net (fixed) #18

Closed cpius closed 6 years ago

cpius commented 6 years ago

We needed this library to play nice with Json.Net v11, which it currently doesn't. Actually, the constructor that is used was already declared obsolete in v7.

I've removed the v7 binaries from the packages folder and not added the v11 one, since they can be had from nuget. However, I'm happy to include them if that is preferred.

FIXED: Ignored .vs folder