recaptcha-net
recaptcha-net copied to clipboard
NuGet Package Missing Newtonsoft.Json Reference
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/
I have the same issue. You are right
I am having exact issue. How to fix it?
@mtran21: Manually install the package you need from NuGet.