You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Recaptcha.Net NuGet package does not list Newtonsoft.Json as a dependency, but will fail at runtime if it is not installed.
To reproduce, create a simple page using the widget in a package without Newtonsoft.Json, on submit of the page and calling this.GetRecaptchaVerificationHelper(); an error will be thrown.
The Recaptcha.Net NuGet package does not list Newtonsoft.Json as a dependency, but will fail at runtime if it is not installed.
To reproduce, create a simple page using the widget in a package without Newtonsoft.Json, on submit of the page and calling
this.GetRecaptchaVerificationHelper();
an error will be thrown.https://www.nuget.org/packages/RecaptchaNet/2.1.0/
The text was updated successfully, but these errors were encountered: