4 references to RuntimeIdentifierForPlatformAgnosticComponents
Microsoft.NET.Build.Tasks (4)
ProcessFrameworkReferences.cs (4)
172private string? EffectiveRuntimeIdentifier => RuntimeIdentifier == RuntimeIdentifierForPlatformAgnosticComponents ? null : RuntimeIdentifier; 392ProcessRuntimeIdentifier(EffectiveRuntimeIdentifier ?? RuntimeIdentifierForPlatformAgnosticComponents, runtimePackForRuntimeIDProcessing, runtimePackVersion, additionalFrameworkReferencesForRuntimePack, 409if (runtimeIdentifier == RuntimeIdentifierForPlatformAgnosticComponents) 857var runtimeIdentifier = RuntimeIdentifier ?? RuntimeIdentifierForPlatformAgnosticComponents;