mirror of https://github.com/abpframework/abp
parent
e557914459
commit
379a2e48ad
@ -1,6 +1,6 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Volo.Abp.SolutionTemplating.Files
|
||||
namespace Volo.Abp.ProjectBuilding.Files
|
||||
{
|
||||
public static class FileEntryExtensions
|
||||
{
|
@ -1,6 +1,6 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Volo.Abp.SolutionTemplating.Files
|
||||
namespace Volo.Abp.ProjectBuilding.Files
|
||||
{
|
||||
public class FileEntryList : List<FileEntry>
|
||||
{
|
@ -1,7 +1,7 @@
|
||||
using System;
|
||||
using Ionic.Zip;
|
||||
|
||||
namespace Volo.Abp.SolutionTemplating.Files
|
||||
namespace Volo.Abp.ProjectBuilding.Files
|
||||
{
|
||||
public static class FileEntryListExtensions
|
||||
{
|
Loading…
Reference in new issue