2 references to NetCorePlatformLibrary
Microsoft.NET.Build.Tasks (2)
ProjectContext.cs (2)
104
if (PlatformLibrary.Name.Length > 0 && !string.Equals(PlatformLibrary.Name,
NetCorePlatformLibrary
, StringComparison.OrdinalIgnoreCase))
106
var library = _lockFileTarget.GetLibrary(
NetCorePlatformLibrary
);