aboutsummaryrefslogtreecommitdiff
path: root/src/ext/NetFx/wixlib/NetCore3.1_x86.wxs
blob: cfff07b3b44b50ace4664591c5bc96c027fed6c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!-- 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">

    <Fragment>
        <PackageGroup Id="AspNetCoreRuntime31Redist_x86">
            <PackageGroupRef Id="AspNetCoreRuntime3112Redist_x86" />
        </PackageGroup>
    </Fragment>

    <Fragment>
        <PackageGroup Id="DesktopNetCoreRuntime31Redist_x86">
            <PackageGroupRef Id="DesktopNetCoreRuntime3112Redist_x86" />
        </PackageGroup>
    </Fragment>

    <Fragment>
        <PackageGroup Id="DotNetCoreRuntime31Redist_x86">
            <PackageGroupRef Id="DotNetCoreRuntime3112Redist_x86" />
        </PackageGroup>
    </Fragment>
</Wix>