michaelvs97 / AspNetCore.ReCaptcha

Google ReCAPTCHA v2/v3 Library for .NET Core 3.x/5.x
https://www.nuget.org/packages/AspNetCore.ReCaptcha/
MIT License
73 stars 20 forks source link

net8.0? #61

Closed VictorioBerra closed 10 months ago

VictorioBerra commented 10 months ago

Any plans to update to .NET 8.0 and Microsoft.Extensions.Options to 8.0.0?

sleeuwen commented 10 months ago

Hi @VictorioBerra ,

The latest version should work on .net 8 without any changes. We normally do not update the packages to their latest version so that it can also be used in projects that still need to use an older version of .net.