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