The problem is that the download and the nuget package use different
assembly names. I just need to update the RestSharp project to use a
NuGet reference to JSON.NET directly, which I can do now that
framework profiles are supported once the JSON.NET package is updated
to support them as well.
If anyone is interested in helping narrow it down, create a new
project (MVC, Console, etc), add RestSharp via NuGet then try to
retrieve some JSON using Execute<T> and let me know if you get an
exception.