3 references to GetTarget
Microsoft.NET.Build.Tasks (1)
LockFileExtensions.cs (1)
16
LockFileTarget lockFileTarget = lockFile.
GetTarget
(frameworkAlias, runtimeIdentifier);
NuGet.Build.Tasks.Pack (1)
PackTaskLogic.cs (1)
937
var target = assetsFile.
GetTarget
(framework.TargetAlias, runtimeIdentifier: null);
NuGet.CommandLine.XPlat (1)
Commands\Why\WhyCommandRunner.cs (1)
228
if (assetsFile.
GetTarget
(frameworkAlias, runtimeIdentifier: null) == null)