4 references to ExcludeAllCondition
NuGet.Commands (4)
RestoreCommand\Utility\BuildAssetsUtils.cs (4)
197
new XAttribute("Condition", $" {
ExcludeAllCondition
} "),
206
new XAttribute("Condition", $" {
ExcludeAllCondition
} "),
644
group.Conditions.Add(
ExcludeAllCondition
);
649
target.Conditions.Add(
ExcludeAllCondition
);