I would like to add a "connected service" in my .Net Standard 2.0 project (class library) (Visual Studio 2019)
I have a .wsdl file. And I tried to add a "connected service" to my project but an error occured :
When I test to import the same .wsdl file in a .netFramework4.5.2 project there is no error and the service is added.
Do you have any idea about the problem ?