When running a .NET Core build on Unix system we always add a framework path override.
In some cases, this may be undesirable (like if the projects have the .NET Framework assembly references).
I would suggest allowing this ability to be disabled, and optionally be allowed to pass in a different path to use instead (would be required when cake.recipe support .NET Core only builds).