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.