3 references to GetDotNetExecutableName
Aspire.Hosting (3)
src\Shared\BundleDiscovery.cs (3)
243
var dotnetPath = Path.Combine(runtimeDir,
GetDotNetExecutableName
());
385
var dotnetPath = Path.Combine(runtimePath,
GetDotNetExecutableName
());
395
var dotnetPath = Path.Combine(discoveredRuntimePath,
GetDotNetExecutableName
());