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