Compiling the c# Rhino 6 plugin to Rhino 5

Hi,

I have a C# Rhino 6 plugin created .
is there any way it can be compiled to Rhino 5 plugin with out installing a Rhino 5 in my machine by referencing a lower version dll reference or something like that?

thanks in advance.

Moved to developer category

You only need to reference RhinoCommon. Different versions of the library are available on nuget. Here’s an older V5 version
https://www.nuget.org/packages/RhinoCommon/5.12.50810.13095

But be aware that you may have used some methods that are not available in R5. This will cause things to break.