I am trying to deploy plugins & workflows using dynamics 365 developer toolkit (onprem). We are using latest version 9 xrm sdk assembilies and .net framework 4.6.2 using visual studio 2017 for our plugins & workflows.
Previously with version 8.2, we could download crm sdk which had bin folder and all the needed tools. Configuring tool paths to these in visual studio worked for deployment without any errors. But with version 9 we don't have sdk download anymore and we can get all the tools as nuget packages. What do I set tool path for sdk bin folder now for version 9 in visual studio. Just to see if it works I copied bin folder from version 8.2 and replaced all version 9 dll's and that didn't worked.
I know we could use plugin registration tool, but just wondering if any one was able to deploy successfully with developer toolkit crmpackage deploy option targeting version 9 assembilies.