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