I have a legacy WCF service built with .NET 4.5.x
What do I need to do in order to make it use .NET Core?
Any replies will be appreciated.
Writing WCF services on .Net Core is currently not supported:
Providing WCF Server support for .NET Core is on the radar.
As you know, our current POR is to provide the WCF client-side libraries in .NET Core to enable UWP/ ASP.NET Core/.NET Core applications to call .NET Framework based WCF Services.