4 references to ExcludeAllCondition
NuGet.Commands (4)
RestoreCommand\Utility\BuildAssetsUtils.cs (4)
214
new XAttribute("Condition", $" {
ExcludeAllCondition
} "),
223
new XAttribute("Condition", $" {
ExcludeAllCondition
} "),
664
group.Conditions.Add(
ExcludeAllCondition
);
669
target.Conditions.Add(
ExcludeAllCondition
);