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 #17

Closed WorklifeTech closed 6 years ago

WorklifeTech 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.

kekekeks commented 6 years ago

Please, remove .vs/* and add it to .gitignore