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