aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/DecompileResult.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Core/DecompileResult.cs')
-rw-r--r--src/WixToolset.Core/DecompileResult.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core/DecompileResult.cs b/src/WixToolset.Core/DecompileResult.cs
index 8c9285ba..fc24cab7 100644
--- a/src/WixToolset.Core/DecompileResult.cs
+++ b/src/WixToolset.Core/DecompileResult.cs
@@ -11,7 +11,7 @@ namespace WixToolset.Core
11 { 11 {
12 public XDocument Document { get; set; } 12 public XDocument Document { get; set; }
13 13
14 public IEnumerable<string> ExtractedFilePaths { get; set; } 14 public IReadOnlyCollection<string> ExtractedFilePaths { get; set; }
15 15
16 public Platform? Platform { get; set; } 16 public Platform? Platform { get; set; }
17 } 17 }