3 references to CurrentPlatform
dotnet (3)
Commands\Run\CSharpCompilerCommand.cs (2)
260
var apphostTarget = Path.Join(binDir, $"{FileNameWithoutExtension}{FileNameSuffixes.
CurrentPlatform
.Exe}");
264
var apphostSource = Path.Join(SdkPath, "..", "..", "packs", $"Microsoft.NETCore.App.Host.{rid}", RuntimeVersion, "runtimes", rid, "native", $"apphost{FileNameSuffixes.
CurrentPlatform
.Exe}");
Commands\Run\RunCommand.cs (1)
670
var exePath = Path.Join(artifactsPath, "bin", "debug", Path.GetFileNameWithoutExtension(entryPointFileFullPath) + FileNameSuffixes.
CurrentPlatform
.Exe);