diff options
Diffstat (limited to 'src/WixToolset.Extensibility/Data/ICompileContext.cs')
-rw-r--r-- | src/WixToolset.Extensibility/Data/ICompileContext.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Extensibility/Data/ICompileContext.cs b/src/WixToolset.Extensibility/Data/ICompileContext.cs index a86fee1a..2ee8f2a1 100644 --- a/src/WixToolset.Extensibility/Data/ICompileContext.cs +++ b/src/WixToolset.Extensibility/Data/ICompileContext.cs | |||
@@ -26,7 +26,7 @@ namespace WixToolset.Extensibility.Data | |||
26 | /// <summary> | 26 | /// <summary> |
27 | /// Set of extensions provided to the compiler. | 27 | /// Set of extensions provided to the compiler. |
28 | /// </summary> | 28 | /// </summary> |
29 | IEnumerable<ICompilerExtension> Extensions { get; set; } | 29 | IReadOnlyCollection<ICompilerExtension> Extensions { get; set; } |
30 | 30 | ||
31 | /// <summary> | 31 | /// <summary> |
32 | /// Gets or sets the platform which the compiler will use when defaulting 64-bit attributes and elements. | 32 | /// Gets or sets the platform which the compiler will use when defaulting 64-bit attributes and elements. |