cross platform dotnet generator

Has anyone started working on a cross platform dotnet generator, (windows, mac, linux). We recently moved our applications from dotnet framework 4.5 to dotnet6 and would like to be able to compile on linux and mac. It seems that it would be nice to have a generator which supports .net using the cross platform compiler (dotnet) instead of msbuild.

Would appreciate if anyone could share their intrest in such a feature for cmake as well as if they have anoy open tickets, or pull requests.

Cc: @bhardwajs

For reference, there was some related discussion in a prior topic: Support for `dotnet` CLI and ninja generator for C#