I have a 2.X Pro AddIn that uses Windows Forms. Each button on the AddIn loads a user input form that displays data and has a submit button to start an attribution update process. It is written in C# with .Net version 4.8. With the new 3.0 upgrade and the .Net version 6.0 - I no longer see the option to add windows forms into the project. I have noticed the WPF forms but, these are all xaml based, it is not the same experience as the good old Windows Forms. Anyone experiencing the same issue?