.NET multi targeting for yak packages

I have a question related to Moving to .NET 7 and the plugin package manager. Is it possible to create packages which contain a .NET FrameWork 4.8 as well as a .NET 7 build, such that Rhino can choose whatever is best according to the runtime chosen with SetDotNetRuntime?

1 Like

Hey @snabela,

Thanks for the question!

We haven’t implemented that just yet, but it is definitely on our radar. RH-76604

2 Likes

Many thanks @curtisw!
A short related follow-up question: Is there a way for a plugin to determine whether Rhino 8 is currently configured to use .NET Framework 4.8 or .NET 7 (SetDotNetRuntime)?

Hi Alex, does this help?

Cheers,

Jon

1 Like

@jonm many thanks for this hint!