How do you work around the issues with compiling the workflows during your normal builds when they take a dependency on a older version of EPiServer.Framework and EPiServer.Licensing?
My problem is that everytime EPiServer releases a new version of EPiServer.Framework they dont release a new version of EPiServer.Commerce compiled against the new version, but workflows require the specific version to compile correctly even with assembly redirects and all the stuff in place.
Currently I fix the issue by having the old version of EPiServer.Framework but disable "Copy Local" in the Workflow and Workflow Activities library.
But I still end up with a warning in my build log telling me that I have different versions of the same assembly referenced.
Could EPiServer release a version of Commerce compiled against the latest Framework every time they relase a new Framework version or is there some solid fix for the issue?
Hi Guys
How do you work around the issues with compiling the workflows during your normal builds when they take a dependency on a older version of EPiServer.Framework and EPiServer.Licensing?
My problem is that everytime EPiServer releases a new version of EPiServer.Framework they dont release a new version of EPiServer.Commerce compiled against the new version, but workflows require the specific version to compile correctly even with assembly redirects and all the stuff in place.
Currently I fix the issue by having the old version of EPiServer.Framework but disable "Copy Local" in the Workflow and Workflow Activities library.
But I still end up with a warning in my build log telling me that I have different versions of the same assembly referenced.
Could EPiServer release a version of Commerce compiled against the latest Framework every time they relase a new Framework version or is there some solid fix for the issue?