dotnet / wcf

This repo contains the client-oriented WCF libraries that enable applications built on .NET Core to communicate with WCF services.
MIT License
1.72k stars 558 forks source link

Bring back netstandard2.0 and netfx support #5674

Closed mconnew closed 1 week ago

mconnew commented 2 weeks ago

Netstandard2.0 support is compilation only NetFx is type forwarding when a library has been compiled against .net standard2.0 and is running on NetFx.

Still need to add support for using a library compiled against NetFx on .NET