diff options
| author | James Parsons <japarson@microsoft.com> | 2020-09-23 14:06:22 -0700 |
|---|---|---|
| committer | James Parsons <japarson@microsoft.com> | 2020-09-23 14:06:22 -0700 |
| commit | e0a88194af923cb523384352165bca91780c4289 (patch) | |
| tree | 60ca39881c97502f46ce3fb8a85a5c0975bbc33e /src/test/WixToolsetTest.Netfx/TestData/UsingDotNetCorePackages | |
| parent | 2586d9355abacc7294499dd81217012385d3d8a8 (diff) | |
| download | wix-e0a88194af923cb523384352165bca91780c4289.tar.gz wix-e0a88194af923cb523384352165bca91780c4289.tar.bz2 wix-e0a88194af923cb523384352165bca91780c4289.zip | |
Add package definitions for the latest version of .NET Core 3.1
Diffstat (limited to 'src/test/WixToolsetTest.Netfx/TestData/UsingDotNetCorePackages')
| -rw-r--r-- | src/test/WixToolsetTest.Netfx/TestData/UsingDotNetCorePackages/Bundle.wxs | 32 | ||||
| -rw-r--r-- | src/test/WixToolsetTest.Netfx/TestData/UsingDotNetCorePackages/Bundle_x64.wxs | 34 |
2 files changed, 57 insertions, 9 deletions
diff --git a/src/test/WixToolsetTest.Netfx/TestData/UsingDotNetCorePackages/Bundle.wxs b/src/test/WixToolsetTest.Netfx/TestData/UsingDotNetCorePackages/Bundle.wxs index 7c008171..a31848a7 100644 --- a/src/test/WixToolsetTest.Netfx/TestData/UsingDotNetCorePackages/Bundle.wxs +++ b/src/test/WixToolsetTest.Netfx/TestData/UsingDotNetCorePackages/Bundle.wxs | |||
| @@ -6,15 +6,29 @@ | |||
| 6 | <bal:WixStandardBootstrapperApplication LicenseUrl="http://wixtoolset.org/about/license/" /> | 6 | <bal:WixStandardBootstrapperApplication LicenseUrl="http://wixtoolset.org/about/license/" /> |
| 7 | </BootstrapperApplicationRef> | 7 | </BootstrapperApplicationRef> |
| 8 | <Chain> | 8 | <Chain> |
| 9 | <PackageGroupRef Id="AspNetCoreRuntime310Redist_x64" /> | 9 | <PackageGroupRef Id="AspNetCoreRuntime310Redist_x86" /> |
| 10 | <PackageGroupRef Id="DesktopNetCoreRuntime310Redist_x64" /> | 10 | <PackageGroupRef Id="DesktopNetCoreRuntime310Redist_x86" /> |
| 11 | <PackageGroupRef Id="AspNetCoreRuntime311Redist_x64" /> | 11 | <PackageGroupRef Id="DotNetCoreRuntime310Redist_x86" /> |
| 12 | <PackageGroupRef Id="DesktopNetCoreRuntime311Redist_x64" /> | 12 | |
| 13 | <PackageGroupRef Id="AspNetCoreRuntime312Redist_x64" /> | 13 | <PackageGroupRef Id="AspNetCoreRuntime311Redist_x86" /> |
| 14 | <PackageGroupRef Id="DesktopNetCoreRuntime312Redist_x64" /> | 14 | <PackageGroupRef Id="DesktopNetCoreRuntime311Redist_x86" /> |
| 15 | <PackageGroupRef Id="AspNetCoreRuntime313Redist_x64" /> | 15 | <PackageGroupRef Id="DotNetCoreRuntime311Redist_x86" /> |
| 16 | <PackageGroupRef Id="DesktopNetCoreRuntime313Redist_x64" /> | 16 | |
| 17 | <PackageGroupRef Id="DotNetCoreRuntime313Redist_x64" /> | 17 | <PackageGroupRef Id="AspNetCoreRuntime312Redist_x86" /> |
| 18 | <PackageGroupRef Id="DesktopNetCoreRuntime312Redist_x86" /> | ||
| 19 | <PackageGroupRef Id="DotNetCoreRuntime312Redist_x86" /> | ||
| 20 | |||
| 21 | <PackageGroupRef Id="AspNetCoreRuntime313Redist_x86" /> | ||
| 22 | <PackageGroupRef Id="DesktopNetCoreRuntime313Redist_x86" /> | ||
| 23 | <PackageGroupRef Id="DotNetCoreRuntime313Redist_x86" /> | ||
| 24 | |||
| 25 | <PackageGroupRef Id="AspNetCoreRuntime314Redist_x86" /> | ||
| 26 | <PackageGroupRef Id="DesktopNetCoreRuntime314Redist_x86" /> | ||
| 27 | <PackageGroupRef Id="DotNetCoreRuntime314Redist_x86" /> | ||
| 28 | |||
| 29 | <PackageGroupRef Id="AspNetCoreRuntime31LatestRedist_x86" /> | ||
| 30 | <PackageGroupRef Id="DesktopNetCoreRuntime31LatestRedist_x86" /> | ||
| 31 | <PackageGroupRef Id="DotNetCoreRuntime31LatestRedist_x86" /> | ||
| 18 | </Chain> | 32 | </Chain> |
| 19 | </Bundle> | 33 | </Bundle> |
| 20 | </Wix> | 34 | </Wix> |
diff --git a/src/test/WixToolsetTest.Netfx/TestData/UsingDotNetCorePackages/Bundle_x64.wxs b/src/test/WixToolsetTest.Netfx/TestData/UsingDotNetCorePackages/Bundle_x64.wxs new file mode 100644 index 00000000..a5e91532 --- /dev/null +++ b/src/test/WixToolsetTest.Netfx/TestData/UsingDotNetCorePackages/Bundle_x64.wxs | |||
| @@ -0,0 +1,34 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" | ||
| 3 | xmlns:bal="http://wixtoolset.org/schemas/v4/wxs/bal"> | ||
| 4 | <Bundle Name="WixStdBa" Version="1.0.0.0" Manufacturer="Example Corporation" UpgradeCode="75D5D534-E177-4689-AAE9-CAC1C39002C2"> | ||
| 5 | <BootstrapperApplicationRef Id="WixStandardBootstrapperApplication.HyperlinkLicense"> | ||
| 6 | <bal:WixStandardBootstrapperApplication LicenseUrl="http://wixtoolset.org/about/license/" /> | ||
| 7 | </BootstrapperApplicationRef> | ||
| 8 | <Chain> | ||
| 9 | <PackageGroupRef Id="AspNetCoreRuntime310Redist_x64" /> | ||
| 10 | <PackageGroupRef Id="DesktopNetCoreRuntime310Redist_x64" /> | ||
| 11 | <PackageGroupRef Id="DotNetCoreRuntime310Redist_x64" /> | ||
| 12 | |||
| 13 | <PackageGroupRef Id="AspNetCoreRuntime311Redist_x64" /> | ||
| 14 | <PackageGroupRef Id="DesktopNetCoreRuntime311Redist_x64" /> | ||
| 15 | <PackageGroupRef Id="DotNetCoreRuntime311Redist_x64" /> | ||
| 16 | |||
| 17 | <PackageGroupRef Id="AspNetCoreRuntime312Redist_x64" /> | ||
| 18 | <PackageGroupRef Id="DesktopNetCoreRuntime312Redist_x64" /> | ||
| 19 | <PackageGroupRef Id="DotNetCoreRuntime312Redist_x64" /> | ||
| 20 | |||
| 21 | <PackageGroupRef Id="AspNetCoreRuntime313Redist_x64" /> | ||
| 22 | <PackageGroupRef Id="DesktopNetCoreRuntime313Redist_x64" /> | ||
| 23 | <PackageGroupRef Id="DotNetCoreRuntime313Redist_x64" /> | ||
| 24 | |||
| 25 | <PackageGroupRef Id="AspNetCoreRuntime314Redist_x64" /> | ||
| 26 | <PackageGroupRef Id="DesktopNetCoreRuntime314Redist_x64" /> | ||
| 27 | <PackageGroupRef Id="DotNetCoreRuntime314Redist_x64" /> | ||
| 28 | |||
| 29 | <PackageGroupRef Id="AspNetCoreRuntime31LatestRedist_x64" /> | ||
| 30 | <PackageGroupRef Id="DesktopNetCoreRuntime31LatestRedist_x64" /> | ||
| 31 | <PackageGroupRef Id="DotNetCoreRuntime31LatestRedist_x64" /> | ||
| 32 | </Chain> | ||
| 33 | </Bundle> | ||
| 34 | </Wix> | ||
