2 references to NETCoreSdkPortableRuntimeIdentifier
Microsoft.NET.Build.Tasks (2)
ProcessFrameworkReferences.cs (2)
888bool usePortable = !string.IsNullOrEmpty(NETCoreSdkPortableRuntimeIdentifier) 895? NuGetUtils.GetBestMatchingRid(runtimeGraph, NETCoreSdkPortableRuntimeIdentifier!, packSupportedPortableRuntimeIdentifiers, out _)