Dotnet build elements projects

Hello, are you going to support integration Elements with dotnet sdk ?
Currently, runnig:
dotnet build "Elements.sln"
fails with error

Error MSB4019: The imported project “C:\Program Files\dotnet\sdk\7.0.304\RemObjects Software\Elements\RemObjects.Elements.Echoes.Legacy.targets” was not found. Confirm that the expression in the Import declaration “C:\Program Files\dotnet\sdk\7.0.304\RemObjects Software\Elements\RemObjects.Elements.Echoes.Legacy.targets” is correct, and that the file exists on disk.

Now, we are automating build using msdbuild (.netframework) cli, but it requires many curls while mixing .net/.netformework targets and also with nuget references requiring nuget cli to restore them. Dotnet has it all the tools under one cli.

Thanks for the answer.

Short answer: no.

dotnet is specific to Microsodft’s compilers. We’re using EBuild as build chain for our compiler, and while we still have some legacy support for MSBuild for the most trivial cases, we have no intention of switching back to fully using MSBuild.