scudelari
(Rafael Scudelari)
1
Hello,
I am finding the following issue when trying to generate a RhinoCommon .NET plugin using the template of the visual studio extensions
I am on Windowns and I have version 8 installed.
The problem is that when I click to enable WPF:
I get this error:
Could you please verify?
Thank you
scudelari
(Rafael Scudelari)
2
Actually, I’m getting this error if I try changing any of the checkboxes…
dale
(Dale Fugier)
3
Hi @scudelari,
I am no seeing the error. But I did have to change the target platform in order to support WPF.
<TargetFrameworks>net7.0-windows;net48</TargetFrameworks>
https://mcneel.myjetbrains.com/youtrack/issue/RH-77434
– Dale