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?