diff options
author | Rob Mensching <rob@firegiant.com> | 2021-04-20 12:43:45 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2021-04-20 12:44:21 -0700 |
commit | 232ea0120f67d4d445fd5fbb09a8852b2668310a (patch) | |
tree | 59f7bef37a2b0d97006acadb391ae8bfa6bed98b /src | |
parent | b634486e6877f91ee8b88715ef282dde84e28b6e (diff) | |
download | wix-232ea0120f67d4d445fd5fbb09a8852b2668310a.tar.gz wix-232ea0120f67d4d445fd5fbb09a8852b2668310a.tar.bz2 wix-232ea0120f67d4d445fd5fbb09a8852b2668310a.zip |
Integrate latest tooling
Diffstat (limited to '')
-rw-r--r-- | src/wixext/DirectXExtensionFactory.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wixext/DirectXExtensionFactory.cs b/src/wixext/DirectXExtensionFactory.cs index b3755ee9..fb7f84aa 100644 --- a/src/wixext/DirectXExtensionFactory.cs +++ b/src/wixext/DirectXExtensionFactory.cs | |||
@@ -8,7 +8,7 @@ namespace WixToolset.DirectX | |||
8 | 8 | ||
9 | public class DirectXExtensionFactory : BaseExtensionFactory | 9 | public class DirectXExtensionFactory : BaseExtensionFactory |
10 | { | 10 | { |
11 | protected override IEnumerable<Type> ExtensionTypes => new[] | 11 | protected override IReadOnlyCollection<Type> ExtensionTypes => new[] |
12 | { | 12 | { |
13 | typeof(DirectXExtensionData), | 13 | typeof(DirectXExtensionData), |
14 | }; | 14 | }; |