I am starting a desktop database application project using EF Core. I want to do it in VB but I do not see a project template for WPF .NET Core. I have other templates for VB project using .NET Core and a C# WPF .NET Core template.

If VB is not supported for WPF .NET Core projects am I able to user .NET Core for all the other projects in the solution and EF Core for the database and use a WPF .NET Framework for the application? I feel like that would be a bad idea though if I can. I have only ever worked with .NET Framework and EF 6 so I really want to give .NET Core and EF Core a try.