I recently started converting an ASP.NET web application to ASP.NET Core.
I was earlier making use of System.ServiceModel for WS2007HttpBinding and System.IdentityModel
, however in ASP.NET Core I get the following error:
Could not load file or assembly
System.ServiceModel
Is System.ServiceModel
deprecated for ASP.NET Core or is there an alternative workaround for it?