-
Notifications
You must be signed in to change notification settings - Fork 571
Closed
Milestone
Description
Today our packages suppress our implementation for xamarin based applications. The next version of the xamarin platform will be based on .NET 5. The previous version of xamarin was based on mono and carried it's own implementation of WCF which is why we suppressed our assets. Based on the design here we need to add a net5.0 TFM to our packages so that newer xamarin apps can use our implementation.