Hi
I am trying to install RestSharp in Windows App but getting below error
Attempting to gather dependency information for package 'RestSharp.110.2.0' with respect to project 'Sap B1', targeting '.NETFramework,Version=v4.5.2' Gathering dependency information took 1.51 sec Attempting to resolve dependencies for package 'RestSharp.110.2.0' with DependencyBehavior 'Lowest' Resolving dependency information took 0 ms Resolving actions to install package 'RestSharp.110.2.0' Resolved actions to install package 'RestSharp.110.2.0'
Could not install package 'RestSharp 110.2.0'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.5.2', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.
Thanks