diff options
Diffstat (limited to 'src/test/WixToolsetTest.Netfx/TestData')
| -rw-r--r-- | src/test/WixToolsetTest.Netfx/TestData/UsingDotNetCorePackages/Bundle.wxs | 26 | ||||
| -rw-r--r-- | src/test/WixToolsetTest.Netfx/TestData/UsingDotNetCorePackages/Bundle_x64.wxs | 26 |
2 files changed, 6 insertions, 46 deletions
diff --git a/src/test/WixToolsetTest.Netfx/TestData/UsingDotNetCorePackages/Bundle.wxs b/src/test/WixToolsetTest.Netfx/TestData/UsingDotNetCorePackages/Bundle.wxs index a31848a7..49e8c022 100644 --- a/src/test/WixToolsetTest.Netfx/TestData/UsingDotNetCorePackages/Bundle.wxs +++ b/src/test/WixToolsetTest.Netfx/TestData/UsingDotNetCorePackages/Bundle.wxs | |||
| @@ -6,29 +6,9 @@ | |||
| 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_x86" /> | 9 | <PackageGroupRef Id="AspNetCoreRuntime31Redist_x86" /> |
| 10 | <PackageGroupRef Id="DesktopNetCoreRuntime310Redist_x86" /> | 10 | <PackageGroupRef Id="DesktopNetCoreRuntime31Redist_x86" /> |
| 11 | <PackageGroupRef Id="DotNetCoreRuntime310Redist_x86" /> | 11 | <PackageGroupRef Id="DotNetCoreRuntime31Redist_x86" /> |
| 12 | |||
| 13 | <PackageGroupRef Id="AspNetCoreRuntime311Redist_x86" /> | ||
| 14 | <PackageGroupRef Id="DesktopNetCoreRuntime311Redist_x86" /> | ||
| 15 | <PackageGroupRef Id="DotNetCoreRuntime311Redist_x86" /> | ||
| 16 | |||
| 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" /> | ||
| 32 | </Chain> | 12 | </Chain> |
| 33 | </Bundle> | 13 | </Bundle> |
| 34 | </Wix> | 14 | </Wix> |
diff --git a/src/test/WixToolsetTest.Netfx/TestData/UsingDotNetCorePackages/Bundle_x64.wxs b/src/test/WixToolsetTest.Netfx/TestData/UsingDotNetCorePackages/Bundle_x64.wxs index a5e91532..09c7bcdd 100644 --- a/src/test/WixToolsetTest.Netfx/TestData/UsingDotNetCorePackages/Bundle_x64.wxs +++ b/src/test/WixToolsetTest.Netfx/TestData/UsingDotNetCorePackages/Bundle_x64.wxs | |||
| @@ -6,29 +6,9 @@ | |||
| 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="AspNetCoreRuntime31Redist_x64" /> |
| 10 | <PackageGroupRef Id="DesktopNetCoreRuntime310Redist_x64" /> | 10 | <PackageGroupRef Id="DesktopNetCoreRuntime31Redist_x64" /> |
| 11 | <PackageGroupRef Id="DotNetCoreRuntime310Redist_x64" /> | 11 | <PackageGroupRef Id="DotNetCoreRuntime31Redist_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> | 12 | </Chain> |
| 33 | </Bundle> | 13 | </Bundle> |
| 34 | </Wix> | 14 | </Wix> |
