aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/DecompileContext.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Core/DecompileContext.cs')
-rw-r--r--src/WixToolset.Core/DecompileContext.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core/DecompileContext.cs b/src/WixToolset.Core/DecompileContext.cs
index 056785d6..a7ec03fd 100644
--- a/src/WixToolset.Core/DecompileContext.cs
+++ b/src/WixToolset.Core/DecompileContext.cs
@@ -22,7 +22,7 @@ namespace WixToolset.Core
22 22
23 public OutputType DecompileType { get; set; } 23 public OutputType DecompileType { get; set; }
24 24
25 public IEnumerable<IDecompilerExtension> Extensions { get; set; } 25 public IReadOnlyCollection<IDecompilerExtension> Extensions { get; set; }
26 26
27 public string ExtractFolder { get; set; } 27 public string ExtractFolder { get; set; }
28 28