2 references to NetCorePlatformLibrary
Microsoft.NET.Build.Tasks (2)
ResolvePackageAssets.cs (2)
1910
if (!string.Equals(platformLibrary.Name,
NetCorePlatformLibrary
, StringComparison.OrdinalIgnoreCase))
1912
var library = _runtimeTarget.GetLibrary(
NetCorePlatformLibrary
);