4 references to RuntimeIdentifierForPlatformAgnosticComponents
Microsoft.NET.Build.Tasks (4)
ProcessFrameworkReferences.cs (4)
174private string? EffectiveRuntimeIdentifier => RuntimeIdentifier == RuntimeIdentifierForPlatformAgnosticComponents ? null : RuntimeIdentifier; 394ProcessRuntimeIdentifier(EffectiveRuntimeIdentifier ?? RuntimeIdentifierForPlatformAgnosticComponents, runtimePackForRuntimeIDProcessing, runtimePackVersion, additionalFrameworkReferencesForRuntimePack, 411if (runtimeIdentifier == RuntimeIdentifierForPlatformAgnosticComponents) 859var runtimeIdentifier = RuntimeIdentifier ?? RuntimeIdentifierForPlatformAgnosticComponents;