mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-18 17:47:54 +08:00
Fix unit test
--HG-- branch : dev
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using Orchard.Caching;
|
||||
|
||||
namespace Orchard.FileSystems.Dependencies {
|
||||
public class DependencyDescriptor {
|
||||
public DependencyDescriptor() {
|
||||
References = Enumerable.Empty<ReferenceDescriptor>();
|
||||
}
|
||||
public string Name { get; set; }
|
||||
public string LoaderName { get; set; }
|
||||
public string VirtualPath { get; set; }
|
||||
|
Reference in New Issue
Block a user