diff options
Diffstat (limited to 'src/ext/NetFx/wixlib/NetCore3.1_x64.wxs')
-rw-r--r-- | src/ext/NetFx/wixlib/NetCore3.1_x64.wxs | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/ext/NetFx/wixlib/NetCore3.1_x64.wxs b/src/ext/NetFx/wixlib/NetCore3.1_x64.wxs new file mode 100644 index 00000000..60d7c27f --- /dev/null +++ b/src/ext/NetFx/wixlib/NetCore3.1_x64.wxs | |||
@@ -0,0 +1,22 @@ | |||
1 | <!-- 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. --> | ||
2 | |||
3 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> | ||
4 | |||
5 | <Fragment> | ||
6 | <PackageGroup Id="AspNetCoreRuntime31Redist_x64"> | ||
7 | <PackageGroupRef Id="AspNetCoreRuntime3112Redist_x64" /> | ||
8 | </PackageGroup> | ||
9 | </Fragment> | ||
10 | |||
11 | <Fragment> | ||
12 | <PackageGroup Id="DesktopNetCoreRuntime31Redist_x64"> | ||
13 | <PackageGroupRef Id="DesktopNetCoreRuntime3112Redist_x64" /> | ||
14 | </PackageGroup> | ||
15 | </Fragment> | ||
16 | |||
17 | <Fragment> | ||
18 | <PackageGroup Id="DotNetCoreRuntime31Redist_x64"> | ||
19 | <PackageGroupRef Id="DotNetCoreRuntime3112Redist_x64" /> | ||
20 | </PackageGroup> | ||
21 | </Fragment> | ||
22 | </Wix> | ||