2 references to GetTarget
Microsoft.NET.Build.Tasks (1)
LockFileExtensions.cs (1)
22
lockFileTarget = lockFile.
GetTarget
(nuGetFramework, runtimeIdentifier);
NuGet.Build.Tasks.Pack (1)
PackTaskLogic.cs (1)
1106
var lockFileTarget = assetsFile.
GetTarget
(framework.FrameworkName, runtimeIdentifier: null);