Skip to content

Commit 65d3786

Browse files
Bump to .NET 7 RC2 official version (PowerShell#18328)
1 parent b7f61ca commit 65d3786

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

assets/wix/files.wxs

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1221,6 +1221,15 @@
12211221
<Component Id="cmpF3EB02BB62A34F509B22CC370C430A20">
12221222
<File Id="fil489339762CDF41AE97538C020401BEC6" KeyPath="yes" Source="$(var.ProductSourcePath)\ref\System.Net.Quic.dll" />
12231223
</Component>
1224+
<Component Id="cmp4CBF50D9098D4CB491FF5A3FD6BD0531">
1225+
<File Id="filDB94307E06E541FF9CE7A0A17A34B6D0" KeyPath="yes" Source="$(var.ProductSourcePath)\ref\System.Text.Encodings.Web.dll" />
1226+
</Component>
1227+
<Component Id="cmpB57C7D1B8B4D41229C7AEA53A2E1FC7C">
1228+
<File Id="filEE2EB55DA1604D0C8E5F3B11E6C7062B" KeyPath="yes" Source="$(var.ProductSourcePath)\ref\System.Formats.Asn1.dll" />
1229+
</Component>
1230+
<Component Id="cmpD1CDA13235324E4EA90A9CFB3EABB34C">
1231+
<File Id="filCE609F31411E4EFF8775099BB72D7803" KeyPath="yes" Source="$(var.ProductSourcePath)\ref\System.Text.Encoding.CodePages.dll" />
1232+
</Component>
12241233
</Directory>
12251234
<Directory Id="dirC72EEAF9434D4AD066E0F4D20D8E816C" Name="en-US">
12261235
<Component Id="cmpDC2EF4541FA5A2E63F36A8CD6C5FA51B">
@@ -2766,8 +2775,8 @@
27662775
<Component Id="cmp6986F8B66C514347A25E03DD3096B5AE">
27672776
<File Id="fil9276D1BDBF8B4C91B90761633720A419" KeyPath="yes" Source="$(var.ProductSourcePath)\PresentationNative_cor3.dll" />
27682777
</Component>
2769-
<Component Id="cmp0AA648ADA42C4862B34099DB4C05C170">
2770-
<File Id="fil35F9A9F617154631855B83DACFC9DAD6" KeyPath="yes" Source="$(var.ProductSourcePath)\mscordaccore_$(var.FileArchitecture)_$(var.FileArchitecture)_7.0.22.46401.dll" />
2778+
<Component Id="cmp6DA0E2825D9646A6959358D042DBC4FE">
2779+
<File Id="fil55E2580F30F241F1AC58435689E7E1F7" KeyPath="yes" Source="$(var.ProductSourcePath)\mscordaccore_$(var.FileArchitecture)_$(var.FileArchitecture)_7.0.22.47203.dll" />
27712780
</Component>
27722781
</DirectoryRef>
27732782
</Fragment>
@@ -3653,7 +3662,10 @@
36533662
<ComponentRef Id="cmpF3EB02BB62A34F509B22CC370C430A20" />
36543663
<ComponentRef Id="cmp42A739F2AAC24D729DDBCAA096B8C55A" />
36553664
<ComponentRef Id="cmp6986F8B66C514347A25E03DD3096B5AE" />
3656-
<ComponentRef Id="cmp0AA648ADA42C4862B34099DB4C05C170" />
3665+
<ComponentRef Id="cmp4CBF50D9098D4CB491FF5A3FD6BD0531" />
3666+
<ComponentRef Id="cmpB57C7D1B8B4D41229C7AEA53A2E1FC7C" />
3667+
<ComponentRef Id="cmp6DA0E2825D9646A6959358D042DBC4FE" />
3668+
<ComponentRef Id="cmpD1CDA13235324E4EA90A9CFB3EABB34C" />
36573669
</ComponentGroup>
36583670
</Fragment>
36593671
</Wix>

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "7.0.100-rc.2.22477.20"
3+
"version": "7.0.100-rc.2.22477.23"
44
}
55
}

0 commit comments

Comments
 (0)