Sorry if this has been asked before, but are there any plans to support generated projects that target .NET 6 (it may be my version but I only see .NET standard versions in the UI).
I ask because there are a few projects in our solution that the generated projects depend on, and we can't update them to use newer language features because .NET standard can't depend on a project targeting .NET 5/6 (or I haven't figured out how to make that work.
Thanks!