2 implementations of DevelopmentDependency
NuGet.Build.Tasks.Pack (2)
PackTask.cs (1)
47public bool DevelopmentDependency { get; set; }
PackTaskRequest.cs (1)
23public bool DevelopmentDependency { get; set; }
1 reference to DevelopmentDependency
NuGet.Build.Tasks.Pack (1)
PackTaskLogic.cs (1)
135if (request.DevelopmentDependency)