Hi,

I would like to call an external REST service, from my algo - and would like to do so using Microsoft.Rest.ClientRuntime nuget package which will include the following assemblies: 

Microsoft.Rest.ClientRuntime

System.Net
System.Net.Http
System.Net.Http.WebRequest
System.Runtime.Serialization

Is there any chance to get these assemblies available?

Author