I'm porting an old C# Shared Lib to a Standard Library. However I'm facing with a lot of System.Net.HttpWebResponse
and System.Net.WebResponse
references. It used to exist on .Net Framework 4.5 But I'm not able to find similar in .Net standard.
What can I do to be able to use those?