Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit ea8fc27

Browse files
committed
Add 811,810 upgrade codes
1 parent c609f54 commit ea8fc27

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

packaging/windows/clisdk/bundle.wxs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
</BootstrapperApplicationRef>
2222

2323
<?if $(var.Platform)=x86?>
24+
<!--'Microsoft .NET Core SDK 2.1.811 (x86)'-->
25+
<RelatedBundle Id="{CE805130-502E-73A8-317A-659885E6028D}" Action="Upgrade" />
26+
<!--'Microsoft .NET Core SDK 2.1.810 (x86)'-->
27+
<RelatedBundle Id="{0C34DE9A-5AA3-662A-4D9C-C64E4AE45F87}" Action="Upgrade" />
2428
<!--'Microsoft .NET Core SDK 2.1.809 (x86)'-->
2529
<RelatedBundle Id="{C7007D29-53FB-731A-CCBF-1D6525CC1641}" Action="Upgrade" />
2630
<!--'Microsoft .NET Core SDK 2.1.808 (x86)'-->
@@ -40,6 +44,10 @@
4044
<!--'Microsoft .NET Core SDK 2.1.801 (x86)'-->
4145
<RelatedBundle Id="{5BC19DE0-5BEC-645D-D002-7E2A79982C14}" Action="Upgrade" />
4246
<?elseif $(var.Platform)=x64?>
47+
<!--'Microsoft .NET Core SDK 2.1.811 (x64)'-->
48+
<RelatedBundle Id="{D4A9FC91-5BC6-4603-378A-A4795A4C7C61}" Action="Upgrade" />
49+
<!--'Microsoft .NET Core SDK 2.1.810 (x64)'-->
50+
<RelatedBundle Id="{E203F8E9-5670-690C-C89B-879A79F21A5B}" Action="Upgrade" />
4351
<!--'Microsoft .NET Core SDK 2.1.809 (x64)'-->
4452
<RelatedBundle Id="{DA0B1C91-5D48-621A-C9B6-0AD003E56CF6}" Action="Upgrade" />
4553
<!--'Microsoft .NET Core SDK 2.1.808 (x64)'-->

0 commit comments

Comments
 (0)