Unable to build

I’m looking to contribute. I cloned your repo, and tries to build it. Unfortunatly I’m getting the following:

The primary reference “Loggly” could not be resolved because it has an indirect dependency on the assembly “Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed” which was built against the “.NETFramework,Version=v4.5” framework. This is a higher version than the currently targeted framework “.NETFramework,Version=v4.0”.

Obviously your intention is not to upgrade the core project to 4.5. Loggly came right from nuget. What’s the obvious solution here?

Either nuget pulled in the wrong version, or possibly if you have the Azure SDK installed you ran into this issue: http://social.technet.microsoft.com/Forums/azure/en-US/038a5759-d0a1-448c-8ed3-560e8c8fb0b5/azure-sdk-23-error-compiling-project-with-azurestorage-in-net-4?forum=windowsazuredevelopment - This on caused me some grief at work

It was the Azure SDK. What garbage. Thanks!