I'm creating a Netcore 2.2 API and I need to use an assembly of a provider to connect its systems. When I run my tests, the result is:
System.IO.FileNotFoundException : Could not load file or assembly 'System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
The problem is when I create an instance of a class of the references assembly.
How could create a net core or netstandard project that works with that assembly? It works with a Net 4.8 framework project.