Dotnet build Echoes (.NET Core) project

Hi,
is the integration with dotnet build suppose to work on Windows? Ive just created an Oxygene .NET core project using Visual Studio Project Template (Console Application .NET Core).
Project build inside Visual Studio works fine, so is the msbuild via Visual Studio Developer Command prompt. The dotnet build "ConsoleApplication1.sln" command throws (translated):

 error MSB4019: Importovaný projekt C:\Program Files\dotnet\sdk\6.0.401\RemObjects Software\Elements\RemObjects.Elements.Echoes.targets se nenašel. Ověřte, jestli je výr
az v deklaraci Import C:\Program Files\dotnet\sdk\6.0.401\\RemObjects Software\Elements\RemObjects.Elements.Echoes.targets správný a jestli soubor existuje na disku.

The dotnet nuild works only with the new Microsoft project files, not with Elements project files.

1 Like

Correct. Use EBuild to build Elements projects or solutions from the command line.

Thanks for clarification: cmd ebuild “ConsoleApplication1.sln” works.

1 Like