I'm trying to update my app's .NET framework version to 4.8 and executed the Update-Package command
but it gets error pointed to HttpClient package
I couldn't find this package when trying to search it on Nuget Package Manager
https://www.nuget.org/packages/HttpClient/0.3.0
It doesn't event say this library is deprecated or obsolette when I look up on its detail
Is there something I need to do to be able to make it show in the Nuget Package Manager browse list?