Skip to content

Commit

Permalink
Merge pull request #5314 from bdukes/include-sharpziplib-pkg
Browse files Browse the repository at this point in the history
Include SharpZipLib package
  • Loading branch information
mitchelsellers committed Sep 22, 2022
2 parents 42cf5a7 + b1c179e commit 9739034
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 9739034

Please sign in to comment.