GH Plugin - Rhino 6 VS Template

Hi All,

Building a GH Plugin in Visual Studio and I can only get it to run properly in Rhino 6.22. My target framework is set to .NET 4.5. My goal is to have it run in previous versions of Rhino 6. Any thoughts on how to accomplish this?

Thanks in advance.
Marco

You have to remove the references to RhinoCommon, Grasshopper, and GH_IO dlls of version 6 and compile it with those of version 5. You can run plugins compiled in 5 with version 6.

@Dani_Abalde Worked perfectly thanks…