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
161 stars 68 forks source link

"Recaptcha.Web" built against ".NETFramework,Version=v4.5" framework #41

Open Echeban opened 6 years ago

Echeban commented 6 years ago

I have a complex project using .NETFramework,Version=v4.0 which I cannot migrate to .NET 4.5 because that requires VS 2012 or higher which I do not have, I only have VS 2010.

I just want to upgrade my ASP project to reCaptchaV2 I get this error:

The primary reference "Recaptcha.Web" could not be resolved because it was built against the ".NETFramework,Version=v4.5" framework. This is a higher version than the currently targeted framework ".NETFramework,Version=v4.0".

What can I do to resolve this issue? Is there a version of Recaptcha.Web targeted at 4.0 or lower that I can use, please!

tanveery commented 5 years ago

@Echeban reCAPTCHA for .NET 3 is coming up. Support for .NET 4, 4.6, 4.7 and .NET Core will be added.

F0b0s commented 5 years ago

@tanveery I would like to collaborate with you in reCAPTCHA for .NET 3 project. Can i send a PR?