One of my our application uses System.Web.Http to support ExceptionHandler in ASP.NET 4.x for the existing code. Currently I am migrating all the class library to .Net 6 Class library. However, System.Web.Http nuget package is not available for .NET 6.
Is there any alternative package to support ExceptionHandler in .NET 6?
Tried many NuGet package packages. Didn't work out.
 
    