Reputation: 1213
I have converted PCL project into .Net Standard 1.5 project. I have installed System.ServiceModel package from nuget. but cannot find way to use System.ServiceModel namespace.
Any help is appreciated.
Upvotes: 9
Views: 14072
Reputation: 1213
Installing System.ServiceModel.Security package has resolved the issue.
After intalling above package. Now i can use System.ServiceModel namespace.
Also, i have to install System.ServiceModel.Http for proxies.
Upvotes: 27