3 references to RuntimeIdentifier
Microsoft.NET.Build.Tasks (3)
GenerateDepsFile.cs (3)
37
private string EffectiveRuntimeIdentifier => string.IsNullOrEmpty(
RuntimeIdentifier
) ? null :
RuntimeIdentifier
== "any" ? null :
RuntimeIdentifier
;