diff options
| -rw-r--r-- | global.json | 2 | ||||
| -rw-r--r-- | src/wixext/BalBurnBackendExtension.cs | 2 | ||||
| -rw-r--r-- | src/wixext/BalExtensionFactory.cs | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/global.json b/global.json index e30536fb..5543c0a8 100644 --- a/global.json +++ b/global.json | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | { | 1 | { |
| 2 | "msbuild-sdks": { | 2 | "msbuild-sdks": { |
| 3 | "WixToolset.Sdk": "4.0.0-build-0209" | 3 | "WixToolset.Sdk": "4.0.0-build-0210" |
| 4 | }, | 4 | }, |
| 5 | "sdk": { | 5 | "sdk": { |
| 6 | "allowPrerelease": false | 6 | "allowPrerelease": false |
diff --git a/src/wixext/BalBurnBackendExtension.cs b/src/wixext/BalBurnBackendExtension.cs index 6e639c1b..e8dc7a3e 100644 --- a/src/wixext/BalBurnBackendExtension.cs +++ b/src/wixext/BalBurnBackendExtension.cs | |||
| @@ -25,7 +25,7 @@ namespace WixToolset.Bal | |||
| 25 | BalSymbolDefinitions.WixStdbaOverridableVariable, | 25 | BalSymbolDefinitions.WixStdbaOverridableVariable, |
| 26 | }; | 26 | }; |
| 27 | 27 | ||
| 28 | protected override IEnumerable<IntermediateSymbolDefinition> SymbolDefinitions => BurnSymbolDefinitions; | 28 | protected override IReadOnlyCollection<IntermediateSymbolDefinition> SymbolDefinitions => BurnSymbolDefinitions; |
| 29 | 29 | ||
| 30 | public override void SymbolsFinalized(IntermediateSection section) | 30 | public override void SymbolsFinalized(IntermediateSection section) |
| 31 | { | 31 | { |
diff --git a/src/wixext/BalExtensionFactory.cs b/src/wixext/BalExtensionFactory.cs index 30ec88c3..0bfb6c5f 100644 --- a/src/wixext/BalExtensionFactory.cs +++ b/src/wixext/BalExtensionFactory.cs | |||
| @@ -8,7 +8,7 @@ namespace WixToolset.Bal | |||
| 8 | 8 | ||
| 9 | public class BalExtensionFactory : BaseExtensionFactory | 9 | public class BalExtensionFactory : BaseExtensionFactory |
| 10 | { | 10 | { |
| 11 | protected override IEnumerable<Type> ExtensionTypes => new[] | 11 | protected override IReadOnlyCollection<Type> ExtensionTypes => new[] |
| 12 | { | 12 | { |
| 13 | typeof(BalCompiler), | 13 | typeof(BalCompiler), |
| 14 | typeof(BalExtensionData), | 14 | typeof(BalExtensionData), |
