3 references to Platform
Microsoft.DotNet.Arcade.Sdk (3)
src\InstallDotNetCore.cs (3)
188
else if (!string.IsNullOrWhiteSpace(
Platform
) && !string.Equals(
Platform
, "AnyCpu", StringComparison.OrdinalIgnoreCase))
190
return
Platform
;