I am creating a fresh ASP.net core web API. I have referenced a project DLL in my web API which is again referring to system.web.application.services.dll. The solution is building fine but getting the below exception when I call POST verb from POSTMAN.
Error details:
Could not load file or assembly 'System.Web.ApplicationServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. The system cannot find the file specified