Hi,
it seems that there is a dependency on a .NET 5 package in the latest version (0.5.10)
In an Azure Function project (.NET Core 3.1) I receive this error at runtime whenever I make a call using the new package.
One or more errors occurred. (Could not load file or assembly 'System.Text.Encodings.Web, Version=5.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. The system cannot find the file specified.)
I have no such issues with earlier version (0.5.7)
Might be because of the System.Text.Json that seems to have changed from 4.72 to 5.0.2
