Would the Visual Basic development team at Microsoft please, please, please make it easier to reference WinForms (and other libraries) when creating .NET 5/Core console program and DLL library projects? I very often need to use message boxes in both types of projects, and other user forms within libraries. Currently, we must manually type in the reference within the MyApp.vbproj project file because WinForms is not available in the project references tab. Yes, I know that console apps and WinForms apps are two separate entities, but it is very convenient to be able to mix the two.