Skip to content

Commit

Permalink
Include SharpZipLib package
Browse files Browse the repository at this point in the history
  • Loading branch information
bdukes committed Sep 22, 2022
1 parent 42cf5a7 commit b1c179e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Build/Tasks/OtherPackages.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ namespace DotNetNuke.Build.Tasks
[IsDependentOn(typeof(PackageAspNetMvc))]
[IsDependentOn(typeof(PackageMicrosoftGlobbing))]
[IsDependentOn(typeof(PackageWebFormsMvp))]
[IsDependentOn(typeof(PackageSharpZipLib))]
public sealed class OtherPackages : FrostingTask<Context>
{
/// <inheritdoc/>
Expand Down

0 comments on commit b1c179e

Please sign in to comment.