Grasshopper C# Template - Target Framework

Hi All,

I just started a C# project using the visual studio community Grasshopper template, but I have to say I’m not experienced with this, so apologies if I’m asking a silly question.

It looks like the template tagets net7 and net 48.

My undersatnding is that rhino 8.20+ targets net core 8? . Should I change the target framework in the template then?

Thank you

Paolo

You can safely target netcore 8 or lower (i.e netcore 7) and Rhino will load it happily. No need to change anything, happy coding!