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