I have a wcf service link given to me, and have generated the client code for that using the Svcutil. But the problem lies when I try to use it in my ASP.Net Core project, it's giving me the error:
The type or namespace name 'ExtensibleDataObject' does not exist in the namespace 'System.Runtime.Serialization' (Are you missing an assemble reference?)
Are there any workaround for this?