diff options
Diffstat (limited to 'src/WixToolset.Core/CompileContext.cs')
| -rw-r--r-- | src/WixToolset.Core/CompileContext.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core/CompileContext.cs b/src/WixToolset.Core/CompileContext.cs index 2aeb3998..d84d7aac 100644 --- a/src/WixToolset.Core/CompileContext.cs +++ b/src/WixToolset.Core/CompileContext.cs | |||
| @@ -21,7 +21,7 @@ namespace WixToolset.Core | |||
| 21 | 21 | ||
| 22 | public string CompilationId { get; set; } | 22 | public string CompilationId { get; set; } |
| 23 | 23 | ||
| 24 | public IEnumerable<ICompilerExtension> Extensions { get; set; } | 24 | public IReadOnlyCollection<ICompilerExtension> Extensions { get; set; } |
| 25 | 25 | ||
| 26 | public Platform Platform { get; set; } | 26 | public Platform Platform { get; set; } |
| 27 | 27 | ||
