aboutsummaryrefslogtreecommitdiff
path: root/src/wixlib/NetCore3.1_x86.wxs
diff options
context:
space:
mode:
Diffstat (limited to 'src/wixlib/NetCore3.1_x86.wxs')
-rw-r--r--src/wixlib/NetCore3.1_x86.wxs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wixlib/NetCore3.1_x86.wxs b/src/wixlib/NetCore3.1_x86.wxs
index fd4470c0..751d364d 100644
--- a/src/wixlib/NetCore3.1_x86.wxs
+++ b/src/wixlib/NetCore3.1_x86.wxs
@@ -6,19 +6,19 @@
6 6
7 <Fragment> 7 <Fragment>
8 <PackageGroup Id="AspNetCoreRuntime31Redist_x86"> 8 <PackageGroup Id="AspNetCoreRuntime31Redist_x86">
9 <PackageGroupRef Id="AspNetCoreRuntime318Redist_x86" /> 9 <PackageGroupRef Id="AspNetCoreRuntime3112Redist_x86" />
10 </PackageGroup> 10 </PackageGroup>
11 </Fragment> 11 </Fragment>
12 12
13 <Fragment> 13 <Fragment>
14 <PackageGroup Id="DesktopNetCoreRuntime31Redist_x86"> 14 <PackageGroup Id="DesktopNetCoreRuntime31Redist_x86">
15 <PackageGroupRef Id="DesktopNetCoreRuntime318Redist_x86" /> 15 <PackageGroupRef Id="DesktopNetCoreRuntime3112Redist_x86" />
16 </PackageGroup> 16 </PackageGroup>
17 </Fragment> 17 </Fragment>
18 18
19 <Fragment> 19 <Fragment>
20 <PackageGroup Id="DotNetCoreRuntime31Redist_x86"> 20 <PackageGroup Id="DotNetCoreRuntime31Redist_x86">
21 <PackageGroupRef Id="DotNetCoreRuntime318Redist_x86" /> 21 <PackageGroupRef Id="DotNetCoreRuntime3112Redist_x86" />
22 </PackageGroup> 22 </PackageGroup>
23 </Fragment> 23 </Fragment>
24</Wix> 24</Wix>