2 references to IsDesktop
Microsoft.DotNet.Build.Tasks.Packaging (1)
GeneratePackageReport.cs (1)
258
if (derivedFx.
IsDesktop
() && derivedFx.HasProfile)
NuGet.Commands (1)
RestoreCommand\Utility\LockFileUtils.cs (1)
432
if (contentItems.HasContract && lockFileLib.RuntimeAssemblies.Count > 0 && !framework.
IsDesktop
())