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