1 write to NETCoreSdkPortableRuntimeIdentifier
Microsoft.NET.Build.Tasks.UnitTests (1)
ProcessFrameworkReferencesTests.cs (1)
173
if (!string.IsNullOrEmpty(config.NETCoreSdkPortableRuntimeIdentifier)) task.
NETCoreSdkPortableRuntimeIdentifier
= config.NETCoreSdkPortableRuntimeIdentifier;
2 references to NETCoreSdkPortableRuntimeIdentifier
Microsoft.NET.Build.Tasks (2)
ProcessFrameworkReferences.cs (2)
825
string portableSdkRid = !string.IsNullOrEmpty(
NETCoreSdkPortableRuntimeIdentifier
) ?
NETCoreSdkPortableRuntimeIdentifier
: NETCoreSdkRuntimeIdentifier;