tanveery / recaptcha-net

reCAPTCHA for .NET library lets you easily use Google's reCAPTCHA in an ASP.NET Web Forms / MVC / ASP.NET Core application.
Apache License 2.0
163 stars 69 forks source link

NuGet Package Missing Newtonsoft.Json #53

Open scascalesageinfoes opened 4 years ago

scascalesageinfoes commented 4 years ago

Hello

Great ! But... why create dependency of externall dlls? See https://github.com/tanveery/recaptcha-net/issues/45

Please consider to use native json net instruction: https://docs.microsoft.com/es-es/dotnet/standard/serialization/system-text-json-how-to

If you don't want please insert binding redirects feature to accepts latest newtonsoft dll. More info: https://stackoverflow.com/questions/43365736/assembly-binding-redirect-how-and-why

That's the code:

Thanks!