I have a solution for d365 containing plugins written in C#. In these plugins I use the WCF framework for HTTP connections. My initial question was: "Which WCF version am I using?". The result of my research was, that the version is the version of the used .NET framework. So now my question is: When I import my solution to a d365 environment, which .NET version is used by Microsoft, to execute my C# written plugins? Is there a way to see that?
Thanks in advance
For Dataverse (Dynamics 365 CE) plugins you can actually use .NET Frameworks 4.6.2, 4.7 and 4.7.1. For most implementations I use 4.7. It just works fine.