‘System.IdentityModel.Tokens.Jwt, Version=6.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35’. The system cannot find the file specified.
Add the following to .csproj file
Add the following to .csproj file
HttpWebRequest class is not deprecated, only its constructors are. It is still recommended to use HttpWebRequest for sending POST, GET, PUT etc to REST API. HttpWebRequest class itself is not obsolete. Do not use the HttpWebRequest constructor. Use the WebRequest.Create method to initialize new HttpWebRequest… Read More