'How do I update Microsoft.AspNetCore.Http 3.0 in .Netstandard 2.0

I need to upgrade a reference Microsoft.AspNetCore.Http.dll 3.0

When I try to upgrade Microsoft.AspNetCore.Http 3.0 using Nuget and it is showing as installation latest version 2.2.2 in my .Netstandard2.0 project .But the problem is that there is not one for version 3.0 on NuGet.

I am facing sonatype issue that is recommended version Microsoft.AspNetCore.Http 3.0 for .Netstandard2.0

Error Message : "Microsoft.AspNetCore.Http packages is vulnerable to improper input validation. Various function in this file listed below decode cookie names using percent encode character."

Is there any possibility to upgrade Microsoft.AspNetCore.Http 3.0 ? for .Netstandard 2.0 ?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source