aboutsummaryrefslogtreecommitdiff
path: root/src/wixlib/NetCore3.1_x64.wxs
blob: b6fd944de4fa92127cfcdf99d6e61550bd4f1d6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="utf-8"?>
<!-- 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. -->

<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"
     xmlns:util="http://wixtoolset.org/schemas/v4/wxs/util">

    <Fragment>
        <PackageGroup Id="AspNetCoreRuntime31Redist_x64">
            <PackageGroupRef Id="AspNetCoreRuntime318Redist_x64" />
        </PackageGroup>
    </Fragment>

    <Fragment>
        <PackageGroup Id="DesktopNetCoreRuntime31Redist_x64">
            <PackageGroupRef Id="DesktopNetCoreRuntime318Redist_x64" />
        </PackageGroup>
    </Fragment>

    <Fragment>
        <PackageGroup Id="DotNetCoreRuntime31Redist_x64">
            <PackageGroupRef Id="DotNetCoreRuntime318Redist_x64" />
        </PackageGroup>
    </Fragment>
</Wix>