diff options
Diffstat (limited to 'src/wixlib/NetCore3.1_x64.wxs')
-rw-r--r-- | src/wixlib/NetCore3.1_x64.wxs | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/wixlib/NetCore3.1_x64.wxs b/src/wixlib/NetCore3.1_x64.wxs new file mode 100644 index 00000000..b6fd944d --- /dev/null +++ b/src/wixlib/NetCore3.1_x64.wxs | |||
@@ -0,0 +1,24 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | ||
2 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> | ||
3 | |||
4 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" | ||
5 | xmlns:util="http://wixtoolset.org/schemas/v4/wxs/util"> | ||
6 | |||
7 | <Fragment> | ||
8 | <PackageGroup Id="AspNetCoreRuntime31Redist_x64"> | ||
9 | <PackageGroupRef Id="AspNetCoreRuntime318Redist_x64" /> | ||
10 | </PackageGroup> | ||
11 | </Fragment> | ||
12 | |||
13 | <Fragment> | ||
14 | <PackageGroup Id="DesktopNetCoreRuntime31Redist_x64"> | ||
15 | <PackageGroupRef Id="DesktopNetCoreRuntime318Redist_x64" /> | ||
16 | </PackageGroup> | ||
17 | </Fragment> | ||
18 | |||
19 | <Fragment> | ||
20 | <PackageGroup Id="DotNetCoreRuntime31Redist_x64"> | ||
21 | <PackageGroupRef Id="DotNetCoreRuntime318Redist_x64" /> | ||
22 | </PackageGroup> | ||
23 | </Fragment> | ||
24 | </Wix> | ||