2 implementations of ActionType
NuGet.PackageManagement (2)
ConsoleProjectContext.cs (1)
78
public NuGetActionType
ActionType
{ get; set; }
EmptyNuGetProjectContext.cs (1)
48
public NuGetActionType
ActionType
{ get; set; }
1 reference to ActionType
NuGet.PackageManagement (1)
Projects\PackagesConfigNuGetProject.cs (1)
212
if (installedPackagesList.Count == 1 && nuGetProjectContext.
ActionType
== NuGetActionType.Uninstall)