I am generating a WCF Web Service Reference reference.cs in a .NET Standard 2.0 project then using it from a .NET 4.7.1 project but I get "Could not establish secure channel for SSL/TLS with authority"
If I generate it usingAdd Service Reference aside from visual studio 2015. I get a similar reference.cs class and if I copy it in my .NET standard 2.0 project that would work but I lose the Async call implementation of the WCF Web service. Is there any way to make this work ?