0

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?

Set
  • 47,577
  • 22
  • 132
  • 150
Nathaniel Nunes
  • 301
  • 1
  • 15

1 Answers1

0

You can download it from NuGet the specific package if you are just trying to reference the WS2007HttpBinding

Rahul
  • 76,197
  • 13
  • 71
  • 125