Trying use with .NET 4.6.1
rafastellato opened this issue · 1 comments
rafastellato commented
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 :(
rafastellato commented
I just install the package of System.Runtime.Serialization.Primitives and works...
Thanksss :)