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