REST from .NET
This sample application was developed in .NET 4.5 As per the packages.json file the following packages are being used.
- Newtonsoft.Json" version="8.0.2" targetFramework="net45"
- System.Net.Http" version="2.0.20126.16343" targetFramework="net45"
- System.Net.Http.Formatting.Extension" version="5.2.3.0" targetFramework="net45"
Ensure you are using the stated versions and not newer versions as newer versions have breaking changes that will cause this project to not compile.