karlwancl / YahooFinanceApi

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trying use with .NET 4.6.1

rafastellato opened this issue · comments

Hello,

I am trying use this library with .NET framework 4.6.1 but I am getting the error: "Could not load file or assembly 'System.Runtime.Serialization.Primitives, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified."

Observations:

  • I am trying with console apps and when I try with Console app .NET core, everything works

  • Everytime that I create one new console app(.NET framework 4.6.1) and try, I get the same error, but with different assembly

Thank you very much for the library, and sorry about my english :(

I just install the package of System.Runtime.Serialization.Primitives and works...
Thanksss :)