We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42cf5a7 commit b1c179eCopy full SHA for b1c179e
Build/Tasks/OtherPackages.cs
@@ -23,6 +23,7 @@ namespace DotNetNuke.Build.Tasks
23
[IsDependentOn(typeof(PackageAspNetMvc))]
24
[IsDependentOn(typeof(PackageMicrosoftGlobbing))]
25
[IsDependentOn(typeof(PackageWebFormsMvp))]
26
+ [IsDependentOn(typeof(PackageSharpZipLib))]
27
public sealed class OtherPackages : FrostingTask<Context>
28
{
29
/// <inheritdoc/>
0 commit comments