3 references to RuntimeIdentifier
Microsoft.NET.Build.Tasks (3)
ProcessFrameworkReferences.cs (3)
174private string? EffectiveRuntimeIdentifier => RuntimeIdentifier == RuntimeIdentifierForPlatformAgnosticComponents ? null : RuntimeIdentifier; 859var runtimeIdentifier = RuntimeIdentifier ?? RuntimeIdentifierForPlatformAgnosticComponents;