Hi,
We recently moved from CRM 2013 On-premise to Dynamics 365 Online Version 9 and I have a question related to assemblies (Plugins and custom workflow assemblies).
I read on the Microsoft Dynamics site, Only the .NET assemblies that are created with the Microsoft .NET Framework 4.5.2 or later for use in Dynamics 365 as a Dynamics 365 plug-in assembly or as a Dynamics 365 custom workflow activity is supported. ( https://docs.microsoft.com/en-us/dynamics365/customer-engagement/developer/supported-extensions )
We have few plugins and workflow assemblies which were built on .NET Version 4.0.0.0 and referencing Microsoft.Xrm.Sdk assemblies with Version 6.0.0.0. So is there any easy way that we can upgrade all our dll's to point to .Net Version 4.6.2 and latest XRM asemblies? Please suggest?
Or do we need to recompile all our source code and add the latest XRM SDK references to the source code (Which is a lot of work involved I believe).
Could someone please suggest the best possibilities to upgrade the DLL's.
Many thanks in advance.