karlwancl / YahooFinanceApi

A handy Yahoo! Finance api wrapper, based on .NET Standard 2.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

System.Net.Http dependency problem?

DonWM opened this issue · comments

commented

Could not load file or assembly 'System.Net.Http, Version=4.1.1.2, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.

latest is 4.3.3??

commented

Solved by adding System.Net.Http to startup project as well as the class project where YahooFinanceApi is used which already had it.