This repository was archived by the owner on Feb 12, 2019. It is now read-only.

Description
Hi I have downloaded the package from nugget which downloaded all the dependancies. However when trying to run the example code (substituting the params for my local installation).
var client = new TeamCityClient("localhost:81");
client.Connect("admin", "qwerty");
var projects = client.Projects.All();
I get the following error.
Method not found: 'System.__Canon EasyHttp.Http.HttpResponse.StaticBody(System.String)'.
Any ideas what might be causing this.