Internal/Test-CoreCLR.ps1
function Test-CoreCLR { $PSVariable = Get-Variable -Name IsCoreCLR -ErrorAction Ignore return ($PSVariable -and $PSVariable.Value) } |
function Test-CoreCLR { $PSVariable = Get-Variable -Name IsCoreCLR -ErrorAction Ignore return ($PSVariable -and $PSVariable.Value) } |