aboutsummaryrefslogtreecommitdiff
path: root/src/wixlib/NetCore3.1_x64.wxs
diff options
context:
space:
mode:
Diffstat (limited to 'src/wixlib/NetCore3.1_x64.wxs')
-rw-r--r--src/wixlib/NetCore3.1_x64.wxs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wixlib/NetCore3.1_x64.wxs b/src/wixlib/NetCore3.1_x64.wxs
index b6fd944d..7c283de1 100644
--- a/src/wixlib/NetCore3.1_x64.wxs
+++ b/src/wixlib/NetCore3.1_x64.wxs
@@ -6,19 +6,19 @@
6 6
7 <Fragment> 7 <Fragment>
8 <PackageGroup Id="AspNetCoreRuntime31Redist_x64"> 8 <PackageGroup Id="AspNetCoreRuntime31Redist_x64">
9 <PackageGroupRef Id="AspNetCoreRuntime318Redist_x64" /> 9 <PackageGroupRef Id="AspNetCoreRuntime3112Redist_x64" />
10 </PackageGroup> 10 </PackageGroup>
11 </Fragment> 11 </Fragment>
12 12
13 <Fragment> 13 <Fragment>
14 <PackageGroup Id="DesktopNetCoreRuntime31Redist_x64"> 14 <PackageGroup Id="DesktopNetCoreRuntime31Redist_x64">
15 <PackageGroupRef Id="DesktopNetCoreRuntime318Redist_x64" /> 15 <PackageGroupRef Id="DesktopNetCoreRuntime3112Redist_x64" />
16 </PackageGroup> 16 </PackageGroup>
17 </Fragment> 17 </Fragment>
18 18
19 <Fragment> 19 <Fragment>
20 <PackageGroup Id="DotNetCoreRuntime31Redist_x64"> 20 <PackageGroup Id="DotNetCoreRuntime31Redist_x64">
21 <PackageGroupRef Id="DotNetCoreRuntime318Redist_x64" /> 21 <PackageGroupRef Id="DotNetCoreRuntime3112Redist_x64" />
22 </PackageGroup> 22 </PackageGroup>
23 </Fragment> 23 </Fragment>
24</Wix> 24</Wix>