diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2020-10-17 16:56:52 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-17 16:56:52 -0500 |
| commit | 3a7ce8761489aca2f5a93c0c80ace7ef8ba3397f (patch) | |
| tree | a343c2d6e93b9e80521e3bf3ff37027caa47a527 /src/test/WixToolsetTest.Netfx/TestData | |
| parent | 22825f603eabf92103852de2b9a55431883ffbaf (diff) | |
| parent | 9a00d9fdb5db903c91f8fbeeb219183bc8a2d3b7 (diff) | |
| download | wix-3a7ce8761489aca2f5a93c0c80ace7ef8ba3397f.tar.gz wix-3a7ce8761489aca2f5a93c0c80ace7ef8ba3397f.tar.bz2 wix-3a7ce8761489aca2f5a93c0c80ace7ef8ba3397f.zip | |
Merge pull request #21 from japarson/dev/japarson/current_pack_def
Add package definitions for the latest version of .NET Core 3.1
Diffstat (limited to 'src/test/WixToolsetTest.Netfx/TestData')
3 files changed, 28 insertions, 20 deletions
diff --git a/src/test/WixToolsetTest.Netfx/TestData/UsingDotNetCorePackages/Bundle.wxs b/src/test/WixToolsetTest.Netfx/TestData/UsingDotNetCorePackages/Bundle.wxs deleted file mode 100644 index 7c008171..00000000 --- a/src/test/WixToolsetTest.Netfx/TestData/UsingDotNetCorePackages/Bundle.wxs +++ /dev/null | |||
| @@ -1,20 +0,0 @@ | |||
| 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> | ||
diff --git a/src/test/WixToolsetTest.Netfx/TestData/UsingDotNetCorePackages/BundleLatest.wxs b/src/test/WixToolsetTest.Netfx/TestData/UsingDotNetCorePackages/BundleLatest.wxs new file mode 100644 index 00000000..49e8c022 --- /dev/null +++ b/src/test/WixToolsetTest.Netfx/TestData/UsingDotNetCorePackages/BundleLatest.wxs | |||
| @@ -0,0 +1,14 @@ | |||
| 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="AspNetCoreRuntime31Redist_x86" /> | ||
| 10 | <PackageGroupRef Id="DesktopNetCoreRuntime31Redist_x86" /> | ||
| 11 | <PackageGroupRef Id="DotNetCoreRuntime31Redist_x86" /> | ||
| 12 | </Chain> | ||
| 13 | </Bundle> | ||
| 14 | </Wix> | ||
diff --git a/src/test/WixToolsetTest.Netfx/TestData/UsingDotNetCorePackages/BundleLatest_x64.wxs b/src/test/WixToolsetTest.Netfx/TestData/UsingDotNetCorePackages/BundleLatest_x64.wxs new file mode 100644 index 00000000..09c7bcdd --- /dev/null +++ b/src/test/WixToolsetTest.Netfx/TestData/UsingDotNetCorePackages/BundleLatest_x64.wxs | |||
| @@ -0,0 +1,14 @@ | |||
| 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="AspNetCoreRuntime31Redist_x64" /> | ||
| 10 | <PackageGroupRef Id="DesktopNetCoreRuntime31Redist_x64" /> | ||
| 11 | <PackageGroupRef Id="DotNetCoreRuntime31Redist_x64" /> | ||
| 12 | </Chain> | ||
| 13 | </Bundle> | ||
| 14 | </Wix> | ||
