diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2020-05-20 22:33:48 +1000 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2020-05-20 23:20:10 +1000 |
| commit | 4029dacd2053cc35bdbce158fb9b2c4c832ebb78 (patch) | |
| tree | 24ce597c1d91f9a39b1ec50d842908c76051b45a /src/test/WixToolsetTest.Netfx/TestData | |
| parent | 037243df84151413db9666c78526fc60ff5e3b53 (diff) | |
| download | wix-4029dacd2053cc35bdbce158fb9b2c4c832ebb78.tar.gz wix-4029dacd2053cc35bdbce158fb9b2c4c832ebb78.tar.bz2 wix-4029dacd2053cc35bdbce158fb9b2c4c832ebb78.zip | |
Update .NET Core packages so they don't conflict.
Make it easier to add new ones.
Add AsPrereq package group for DotNetCoreRuntime packages.
Diffstat (limited to 'src/test/WixToolsetTest.Netfx/TestData')
| -rw-r--r-- | src/test/WixToolsetTest.Netfx/TestData/UsingDotNetCorePackages/Bundle.wxs | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/test/WixToolsetTest.Netfx/TestData/UsingDotNetCorePackages/Bundle.wxs b/src/test/WixToolsetTest.Netfx/TestData/UsingDotNetCorePackages/Bundle.wxs new file mode 100644 index 00000000..7c008171 --- /dev/null +++ b/src/test/WixToolsetTest.Netfx/TestData/UsingDotNetCorePackages/Bundle.wxs | |||
| @@ -0,0 +1,20 @@ | |||
| 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="AspNetCoreRuntime311Redist_x64" /> | ||
| 12 | <PackageGroupRef Id="DesktopNetCoreRuntime311Redist_x64" /> | ||
| 13 | <PackageGroupRef Id="AspNetCoreRuntime312Redist_x64" /> | ||
| 14 | <PackageGroupRef Id="DesktopNetCoreRuntime312Redist_x64" /> | ||
| 15 | <PackageGroupRef Id="AspNetCoreRuntime313Redist_x64" /> | ||
| 16 | <PackageGroupRef Id="DesktopNetCoreRuntime313Redist_x64" /> | ||
| 17 | <PackageGroupRef Id="DotNetCoreRuntime313Redist_x64" /> | ||
| 18 | </Chain> | ||
| 19 | </Bundle> | ||
| 20 | </Wix> | ||
