When I attempt to use RestSharp with the
An unhandled exception of type 'System.IO.FileNotFoundException' occurred in RestSharp.dll
Additional information: Could not load file or assembly 'System.ValueTuple, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. The system cannot find the file specified.
I've tried different posted solutions on StackOverflow, like editing the .csproj are app.config of my project to try and make this work but it doesn't.
Is there a solution for this error. I would like to use RestSharp in my project.
Thanks!
Andy