When the proxy URL is set
This error is thrown:
Method not found: 'Void System.Net.Http.HttpClientHandler.set_Proxy(System.Net.IWebProxy)'.
General concensus seems to be, my project needs the nuget package
Microsoft.Bcl.Build
But installing that
PM> Install-Package Microsoft.Bcl.Build
Doesn't seem to make a difference.
If it matters, am using VS Express 2013 - desktop version
This error is thrown:
Method not found: 'Void System.Net.Http.HttpClientHandler.set_Proxy(System.Net.IWebProxy)'.
General concensus seems to be, my project needs the nuget package
Microsoft.Bcl.Build
But installing that
PM> Install-Package Microsoft.Bcl.Build
Doesn't seem to make a difference.
If it matters, am using VS Express 2013 - desktop version