I am updating packages in project codebase to .net 6 (LTS) and all the projects are updated and running successfully in my solution. One package Microsoft.jQuery.Unobtrusive.Ajax with version 3.2.6 when updating says its legacy and deprecated as part of the .NET Package Deprecation and I dont seem to find its alternative at all.
Can someone please guide what is its alternative or if I need to update it in my .net 6 based projects at all? Thanks. Help is appreciated.
It seems like there is no newer version. Quote from the source repository:
Stack Overflow is generally not for library recommendations. But even if we would want to recommend an alternative, we would have to know how/why you are using it currently.