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

Code analysis warning with RecaptchaNet.1.7.0 #6

Open manojverma-net opened 9 years ago

manojverma-net commented 9 years ago

Hi,

I am using RecaptchaNet.1.7.0 with MVC 5.2.3.But when I build the application the getting code analysis warning.

"CA0001 Error Running Code Analysis CA0001 : The following error was encountered while reading module 'Project.Demo.App': Assembly reference cannot be resolved: System.Web.Mvc, Version=5.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35."

Can you please suggest to resolve this issue ?

Thanks in advance.

dnxit commented 9 years ago

I've fixed this issue and added support for .net 4.6 and MVC 5.2.3, how can I commit the source code to this repository????

dnxit commented 9 years ago

you can get it from here https://github.com/afzalgujrat/recaptcha-net

manojverma-net commented 9 years ago

Thanks afzalgujrat, Please contact to "tanveery" to update repository.