Skip to content

Commit b1c179e

Browse files
committed
Include SharpZipLib package
1 parent 42cf5a7 commit b1c179e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Build/Tasks/OtherPackages.cs

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ namespace DotNetNuke.Build.Tasks
2323
[IsDependentOn(typeof(PackageAspNetMvc))]
2424
[IsDependentOn(typeof(PackageMicrosoftGlobbing))]
2525
[IsDependentOn(typeof(PackageWebFormsMvp))]
26+
[IsDependentOn(typeof(PackageSharpZipLib))]
2627
public sealed class OtherPackages : FrostingTask<Context>
2728
{
2829
/// <inheritdoc/>

0 commit comments

Comments
 (0)