reCAPTCHA
reCAPTCHA copied to clipboard
Using in ASP.NET Core MVC 2 projects. Is it safe?
The library depends on ASP.NET Core MVC 1.0 and we noticed lots of ASP.NET Core MVC 1.0 dependencies being installed during dotnet restore in our ASP.NET Core MVC 2.0 project. Everything seems to be working fine. But can we encounter any hard to predict issues? Does anyone use it in ASP.NET CORE 2.0 projects?