We are currently returning dotnet.exe without a path in <Target Name="GenerateRunInformation"> in the Microsoft.DotNet.Core.Sdk.targets file.
We should either:
- Figure out a way to get to the correct
dotnet.exe to call from inside our MSBuild target.
- Or pass back some sort of indicator to
dotnet run that this project should use its host to run the project.