8000 [main] Source code updates from dotnet/dotnet (#5096) · dotnet/windowsdesktop@b2ace52 · GitHub
[go: up one dir, main page]

Skip to content

Commit b2ace52

Browse files
[main] Source code updates from dotnet/dotnet (#5096)
[main] Source code updates from dotnet/dotnet
1 parent b9faa7e commit b2ace52

File tree

7 files changed

+136
-138
lines changed

7 files changed

+136
-138
lines changed

eng/Publishing.props

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,11 @@
1010

1111
<!--
1212
Only generate the productVersion.txt and windowsdesktop-productVersion.txt files when we're building
13-
either the full VMR repo or not building in the VMR infrastructure.
14-
This ensures that we don't produce these files in the "Repo source build" builds,
15-
but we do produce them in both the VMR and the runtime official build.
13+
the .NET product (DotNetBuild=true) in BP1 or when building the repository standalone not as part of the .NET product.
1614
-->
1715
<PropertyGroup>
18-
<ShouldGenerateProductVersionFiles Condition="'$(DotNetBuildOrchestrator)' == 'true' and '$(EnableDefaultRidSpecificArtifacts)' != 'true' and ('$(DotNetBuildPass)' == '' or '$(DotNetBuildPass)' == '1')">true</ShouldGenerateProductVersionFiles>
19-
<ShouldGenerateProductVersionFiles Condition="'$(DotNetBuildOrchestrator)' != 'true' and '$(EnableDefaultArtifacts)' == 'true'">true</ShouldGenerateProductVersionFiles>
16+
<ShouldGenerateProductVersionFiles Condition="'$(DotNetBuild)' == 'true' and '$(EnableDefaultRidSpecificArtifacts)' != 'true' and ('$(DotNetBuildPass)' == '' or '$(DotNetBuildPass)' == '1')">true</ShouldGenerateProductVersionFiles>
17+
<ShouldGenerateProductVersionFiles Condition="'$(DotNetBuild)' != 'true' and '$(EnableDefaultArtifacts)' == 'true'">true</ShouldGenerateProductVersionFiles>
2018
</PropertyGroup>
2119

2220
<Target Name="GetNonStableProductVersion">

eng/Signing.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<UseDotNetCertificate>true</UseDotNetCertificate>
55
<!-- Don't sign and publish rid agnostic nuget packages from other builds than win-x64 when not building inside the VMR. -->
6-
<EnableDefaultArtifacts Condition="'$(DotNetBuildRepo)' != 'true' and
6+
<EnableDefaultArtifacts Condition="'$(DotNetBuild)' != 'true' and
77
'$(TargetArchitecture)' != 'x64' and
88
'$(TargetArchitecture)' != ''">false</EnableDefaultArtifacts>
99
</PropertyGroup>

eng/Version.Details.xml

Lines changed: 85 additions & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -1,176 +1,176 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Dependencies>
3-
<Source Uri="https://github.com/dotnet/dotnet" Mapping="windowsdesktop" Sha="ad8565092bbfdd5c8b4a94a718d10b2d394f7aee" BarId="268384" />
3+
<Source Uri="https://github.com/dotnet/dotnet" Mapping="windowsdesktop" Sha="604dfc7f29729283704bee27b1e844c1fa044b9c" BarId="268651" />
44
<ProductDependencies>
5-
<Dependency Name="Microsoft.Internal.Runtime.WindowsDesktop.Transport" Version="10.0.0-preview.5.25265.101">
5+
<Dependency Name="Microsoft.Internal.Runtime.WindowsDesktop.Transport" Version="10.0.0-preview.5.25266.103">
66
<Uri>https://github.com/dotnet/dotnet</Uri>
7-
<Sha>ad8565092bbfdd5c8b4a94a718d10b2d394f7aee</Sha>
7+
<Sha>604dfc7f29729283704bee27b1e844c1fa044b9c</Sha>
88
</Dependency>
9-
<Dependency Name="Microsoft.Private.Winforms" Version="10.0.0-preview.5.25265.101">
9+
<Dependency Name="Microsoft.Private.Winforms" Version="10.0.0-preview.5.25266.103">
1010
<Uri>https://github.com/dotnet/dotnet</Uri>
11-
<Sha>ad8565092bbfdd5c8b4a94a718d10b2d394f7aee</Sha>
11+
<Sha>604dfc7f29729283704bee27b1e844c1fa044b9c</Sha>
1212
</Dependency>
13-
<Dependency Name="Microsoft.DotNet.Wpf.GitHub" Version="10.0.0-preview.5.25265.101">
13+
<Dependency Name="Microsoft.DotNet.Wpf.GitHub" Version="10.0.0-preview.5.25266.103">
1414
<Uri>https://github.com/dotnet/dotnet</Uri>
15-
<Sha>ad8565092bbfdd5c8b4a94a718d10b2d394f7aee</Sha>
15+
<Sha>604dfc7f29729283704bee27b1e844c1fa044b9c</Sha>
1616
</Dependency>
17-
<Dependency Name="Microsoft.NET.Sdk.WindowsDesktop" Version="10.0.0-preview.5.25265.101">
17+
<Dependency Name="Microsoft.NET.Sdk.WindowsDesktop" Version="10.0.0-preview.5.25266.103">
1818
<Uri>https://github.com/dotnet/dotnet</Uri>
19-
<Sha>ad8565092bbfdd5c8b4a94a718d10b2d394f7aee</Sha>
19+
<Sha>604dfc7f29729283704bee27b1e844c1fa044b9c</Sha>
2020
</Dependency>
21-
<Dependency Name="Microsoft.NETCore.App.Ref" Version="10.0.0-preview.5.25265.101">
21+
<Dependency Name="Microsoft.NETCore.App.Ref" Version="10.0.0-preview.5.25266.103">
2222
<Uri>https://github.com/dotnet/dotnet</Uri>
23-
<Sha>ad8565092bbfdd5c8b4a94a718d10b2d394f7aee</Sha>
23+
<Sha>604dfc7f29729283704bee27b1e844c1fa044b9c</Sha>
2424
</Dependency>
25-
<Dependency Name="Microsoft.NETCore.Platforms" Version="10.0.0-preview.5.25265.101">
25+
<Dependency Name="Microsoft.NETCore.Platforms" Version="10.0.0-preview.5.25266.103">
2626
<Uri>https://github.com/dotnet/dotnet</Uri>
27-
<Sha>ad8565092bbfdd5c8b4a94a718d10b2d394f7aee</Sha>
27+
<Sha>604dfc7f29729283704bee27b1e844c1fa044b9c</Sha>
2828
</Dependency>
29-
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="10.0.0-preview.5.25265.101">
29+
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="10.0.0-preview.5.25266.103">
3030
<Uri>https://github.com/dotnet/dotnet</Uri>
31-
<Sha>ad8565092bbfdd5c8b4a94a718d10b2d394f7aee</Sha>
31+
<Sha>604dfc7f29729283704bee27b1e844c1fa044b9c</Sha>
3232
</Dependency>
33-
<Dependency Name="Microsoft.DotNet.Wpf.ProjectTemplates" Version="10.0.0-preview.5.25265.101">
33+
<Dependency Name="Microsoft.DotNet.Wpf.ProjectTemplates" Version="10.0.0-preview.5.25266.103">
3434
<Uri>https://github.com/dotnet/dotnet</Uri>
35-
<Sha>ad8565092bbfdd5c8b4a94a718d10b2d394f7aee</Sha>
35+
<Sha>604dfc7f29729283704bee27b1e844c1fa044b9c</Sha>
3636
</Dependency>
37-
<Dependency Name="Microsoft.Win32.Registry.AccessControl" Version="10.0.0-preview.5.25265.101">
37+
<Dependency Name="Microsoft.Win32.Registry.AccessControl" Version="10.0.0-preview.5.25266.103">
3838
<Uri>https://github.com/dotnet/dotnet</Uri>
39-
<Sha>ad8565092bbfdd5c8b4a94a718d10b2d394f7aee</Sha>
39+
<Sha>604dfc7f29729283704bee27b1e844c1fa044b9c</Sha>
4040
</Dependency>
41-
<Dependency Name="Microsoft.Win32.SystemEvents" Version="10.0.0-preview.5.25265.101">
41+
<Dependency Name="Microsoft.Win32.SystemEvents" Version="10.0.0-preview.5.25266.103">
4242
<Uri>https://github.com/dotnet/dotnet</Uri>
43-
<Sha>ad8565092bbfdd5c8b4a94a718d10b2d394f7aee</Sha>
43+
<Sha>604dfc7f29729283704bee27b1e844c1fa044b9c</Sha>
4444
</Dependency>
45-
<Dependency Name="System.CodeDom" Version="10.0.0-preview.5.25265.101">
45+
<Dependency Name="System.CodeDom" Version="10.0.0-preview.5.25266.103">
4646
<Uri>https://github.com/dotnet/dotnet</Uri>
47-
<Sha>ad8565092bbfdd5c8b4a94a718d10b2d394f7aee</Sha>
47+
<Sha>604dfc7f29729283704bee27b1e844c1fa044b9c</Sha>
4848
</Dependency>
49-
<Dependency Name="System.ComponentModel.Composition" Version="10.0.0-preview.5.25265.101">
49+
<Dependency Name="System.ComponentModel.Composition" Version="10.0.0-preview.5.25266.103">
5050
<Uri>https://github.com/dotnet/dotnet</Uri>
51-
<Sha>ad8565092bbfdd5c8b4a94a718d10b2d394f7aee</Sha>
51+
<Sha>604dfc7f29729283704bee27b1e844c1fa044b9c</Sha>
5252
</Dependency>
53-
<Dependency Name="System.Configuration.ConfigurationManager" Version="10.0.0-preview.5.25265.101">
53+
<Dependency Name="System.Configuration.ConfigurationManager" Version="10.0.0-preview.5.25266.103">
5454
<Uri>https://github.com/dotnet/dotnet</Uri>
55-
<Sha>ad8565092bbfdd5c8b4a94a718d10b2d394f7aee</Sha>
55+
<Sha>604dfc7f29729283704bee27b1e844c1fa044b9c</Sha>
5656
</Dependency>
57-
<Dependency Name="System.Data.Odbc" Version="10.0.0-preview.5.25265.101">
57+
<Dependency Name="System.Data.Odbc" Version="10.0.0-preview.5.25266.103">
5858
<Uri>https://github.com/dotnet/dotnet</Uri>
59-
<Sha>ad8565092bbfdd5c8b4a94a718d10b2d394f7aee</Sha>
59+
<Sha>604dfc7f29729283704bee27b1e844c1fa044b9c</Sha>
6060
</Dependency>
61-
<Dependency Name="System.Data.OleDb" Version="10.0.0-preview.5.25265.101">
61+
<Dependency Name="System.Data.OleDb" Version="10.0.0-preview.5.25266.103">
6262
<Uri>https://github.com/dotnet/dotnet</Uri>
63-
<Sha>ad8565092bbfdd5c8b4a94a718d10b2d394f7aee</Sha>
63+
<Sha>604dfc7f29729283704bee27b1e844c1fa044b9c</Sha>
6464
</Dependency>
65-
<Dependency Name="System.Diagnostics.EventLog" Version="10.0.0-preview.5.25265.101">
65+
<Dependency Name="System.Diagnostics.EventLog" Version="10.0.0-preview.5.25266.103">
6666
<Uri>https://github.com/dotnet/dotnet</Uri>
67-
<Sha>ad8565092bbfdd5c8b4a94a718d10b2d394f7aee</Sha>
67+
<Sha>604dfc7f29729283704bee27b1e844c1fa044b9c</Sha>
6868
</Dependency>
69-
<Dependency Name="System.Diagnostics.PerformanceCounter" Version="10.0.0-preview.5.25265.101">
69+
<Dependency Name="System.Diagnostics.PerformanceCounter" Version="10.0.0-preview.5.25266.103">
7070
<Uri>https://github.com/dotnet/dotnet</Uri>
71-
<Sha>ad8565092bbfdd5c8b4a94a718d10b2d394f7aee</Sha>
71+
<Sha>604dfc7f29729283704bee27b1e844c1fa044b9c</Sha>
7272
</Dependency>
73-
<Dependency Name="System.DirectoryServices.AccountManagement" Version="10.0.0-preview.5.25265.101">
73+
<Dependency Name="System.DirectoryServices.AccountManagement" Version="10.0.0-preview.5.25266.103">
7474
<Uri>https://github.com/dotnet/dotnet</Uri>
75-
<Sha>ad8565092bbfdd5c8b4a94a718d10b2d394f7aee</Sha>
75+
<Sha>604dfc7f29729283704bee27b1e844c1fa044b9c</Sha>
7676
</Dependency>
77-
<Dependency Name="System.DirectoryServices.Protocols" Version="10.0.0-preview.5.25265.101">
77+
<Dependency Name="System.DirectoryServices.Protocols" Version="10.0.0-preview.5.25266.103">
7878
<Uri>https://github.com/dotnet/dotnet</Uri>
79-
<Sha>ad8565092bbfdd5c8b4a94a718d10b2d394f7aee</Sha>
79+
<Sha>604dfc7f29729283704bee27b1e844c1fa044b9c</Sha>
8080
</Dependency>
81-
<Dependency Name="System.DirectoryServices" Version="10.0.0-preview.5.25265.101">
81+
<Dependency Name="System.DirectoryServices" Version="10.0.0-preview.5.25266.103">
8282
<Uri>https://github.com/dotnet/dotnet</Uri>
83-
<Sha>ad8565092bbfdd5c8b4a94a718d10b2d394f7aee</Sha>
83+
<Sha>604dfc7f29729283704bee27b1e844c1fa044b9c</Sha>
8484
</Dependency>
85-
<Dependency Name="System.IO.Packaging" Version="10.0.0-preview.5.25265.101">
85+
<Dependency Name="System.IO.Packaging" Version="10.0.0-preview.5.25266.103">
8686
<Uri>https://github.com/dotnet/dotnet</Uri>
87-
<Sha>ad8565092bbfdd5c8b4a94a718d10b2d394f7aee</Sha>
87+
<Sha>604dfc7f29729283704bee27b1e844c1fa044b9c</Sha>
8888
</Dependency>
89-
<Dependency Name="System.IO.Ports" Version="10.0.0-preview.5.25265.101">
89+
<Dependency Name="System.IO.Ports" Version="10.0.0-preview.5.25266.103">
9090
<Uri>https://github.com/dotnet/dotnet</Uri>
91-
<Sha>ad8565092bbfdd5c8b4a94a718d10b2d394f7aee</Sha>
91+
<Sha>604dfc7f29729283704bee27b1e844c1fa044b9c</Sha>
9292
</Dependency>
93-
<Dependency Name="System.Management" Version="10.0.0-preview.5.25265.101">
93+
<Dependency Name="System.Management" Version="10.0.0-preview.5.25266.103">
9494
<Uri>https://github.com/dotnet/dotnet</Uri>
95-
<Sha>ad8565092bbfdd5c8b4a94a718d10b2d394f7aee</Sha>
95+
<Sha>604dfc7f29729283704bee27b1e844c1fa044b9c</Sha>
9696
</Dependency>
97-
<Dependency Name="System.Reflection.Context" Version="10.0.0-preview.5.25265.101">
97+
<Dependency Name="System.Reflection.Context" Version="10.0.0-preview.5.25266.103">
9898
<Uri>https://github.com/dotnet/dotnet</Uri>
99-
<Sha>ad8565092bbfdd5c8b4a94a718d10b2d394f7aee</Sha>
99+
<Sha>604dfc7f29729283704bee27b1e844c1fa044b9c</Sha>
100100
</Dependency>
101-
<Dependency Name="System.Runtime.Caching" Version="10.0.0-preview.5.25265.101">
101+
<Dependency Name="System.Runtime.Caching" Version="10.0.0-preview.5.25266.103">
102102
<Uri>https://github.com/dotnet/dotnet</Uri>
103-
<Sha>ad8565092bbfdd5c8b4a94a718d10b2d394f7aee</Sha>
103+
<Sha>604dfc7f29729283704bee27b1e844c1fa044b9c</Sha>
104104
</Dependency>
105-
<Dependency Name="System.Security.Cryptography.Pkcs" Version="10.0.0-preview.5.25265.101">
105+
<Dependency Name="System.Security.Cryptography.Pkcs" Version="10.0.0-preview.5.25266.103">
106106
<Uri>https://github.com/dotnet/dotnet</Uri>
107-
<Sha>ad8565092bbfdd5c8b4a94a718d10b2d39 8000 4f7aee</Sha>
107+
<Sha>604dfc7f29729283704bee27b1e844c1fa044b9c</Sha>
108108
</Dependency>
109-
<Dependency Name="System.Security.Cryptography.ProtectedData" Version="10.0.0-preview.5.25265.101">
109+
<Dependency Name="System.Security.Cryptography.ProtectedData" Version="10.0.0-preview.5.25266.103">
110110
<Uri>https://github.com/dotnet/dotnet</Uri>
111-
<Sha>ad8565092bbfdd5c8b4a94a718d10b2d394f7aee</Sha>
111+
<Sha>604dfc7f29729283704bee27b1e844c1fa044b9c</Sha>
112112
</Dependency>
113-
<Dependency Name="System.Security.Cryptography.Xml" Version="10.0.0-preview.5.25265.101">
113+
<Dependency Name="System.Security.Cryptography.Xml" Version="10.0.0-preview.5.25266.103">
114114
<Uri>https://github.com/dotnet/dotnet</Uri>
115-
<Sha>ad8565092bbfdd5c8b4a94a718d10b2d394f7aee</Sha>
115+
<Sha>604dfc7f29729283704bee27b1e844c1fa044b9c</Sha>
116116
</Dependency>
117-
<Dependency Name="System.Security.Permissions" Version="10.0.0-preview.5.25265.101">
117+
<Dependency Name="System.Security.Permissions" Version="10.0.0-preview.5.25266.103">
118118
<Uri>https://github.com/dotnet/dotnet</Uri>
119-
<Sha>ad8565092bbfdd5c8b4a94a718d10b2d394f7aee</Sha>
119+
<Sha>604dfc7f29729283704bee27b1e844c1fa044b9c</Sha>
120120
</Dependency>
121-
<Dependency Name="System.ServiceModel.Syndication" Version="10.0.0-preview.5.25265.101">
121+
<Dependency Name="System.ServiceModel.Syndication" Version="10.0.0-preview.5.25266.103">
122122
<Uri>https://github.com/dotnet/dotnet</Uri>
123-
<Sha>ad8565092bbfdd5c8b4a94a718d10b2d394f7aee</Sha>
123+
<Sha>604dfc7f29729283704bee27b1e844c1fa044b9c</Sha>
124124
</Dependency>
125-
<Dependency Name="System.ServiceProcess.ServiceController" Version="10.0.0-preview.5.25265.101">
125+
<Dependency Name="System.ServiceProcess.ServiceController" Version="10.0.0-preview.5.25266.103">
126126
<Uri>https://github.com/dotnet/dotnet</Uri>
127-
<Sha>ad8565092bbfdd5c8b4a94a718d10b2d394f7aee</Sha>
127+
<Sha>604dfc7f29729283704bee27b1e844c1fa044b9c</Sha>
128128
</Dependency>
129-
<Dependency Name="System.Speech" Version="10.0.0-preview.5.25265.101">
129+
<Dependency Name="System.Speech" Version="10.0.0-preview.5.25266.103">
130130
<Uri>https://github.com/dotnet/dotnet</Uri>
131-
<Sha>ad8565092bbfdd5c8b4a94a718d10b2d394f7aee</Sha>
131+
<Sha>604dfc7f29729283704bee27b1e844c1fa044b9c</Sha>
132132
</Dependency>
133-
<Dependency Name="System.Text.Encoding.CodePages" Version="10.0.0-preview.5.25265.101">
133+
<Dependency Name="System.Text.Encoding.CodePages" Version="10.0.0-preview.5.25266.103">
134134
<Uri>https://github.com/dotnet/dotnet</Uri>
135-
<Sha>ad8565092bbfdd5c8b4a94a718d10b2d394f7aee</Sha>
135+
<Sha>604dfc7f29729283704bee27b1e844c1fa044b9c</Sha>
136136
</Dependency>
137-
<Dependency Name="System.Threading.AccessControl" Version="10.0.0-preview.5.25265.101">
137+
<Dependency Name="System.Threading.AccessControl" Version="10.0.0-preview.5.25266.103">
138138
<Uri>https://github.com/dotnet/dotnet</Uri>
139-
<Sha>ad8565092bbfdd5c8b4a94a718d10b2d394f7aee</Sha>
139+
<Sha>604dfc7f29729283704bee27b1e844c1fa044b9c</Sha>
140140
</Dependency>
141-
<Dependency Name="System.ComponentModel.Composition.Registration" Version="10.0.0-preview.5.25265.101">
141+
<Dependency Name="System.ComponentModel.Composition.Registration" Version="10.0.0-preview.5.25266.103">
142142
<Uri>https://github.com/dotnet/dotnet</Uri>
143-
<Sha>ad8565092bbfdd5c8b4a94a718d10b2d394f7aee</Sha>
143+
<Sha>604dfc7f29729283704bee27b1e844c1fa044b9c</Sha>
144144
</Dependency>
145-
<Dependency Name="System.Drawing.Common" Version="10.0.0-preview.5.25265.101">
145+
<Dependency Name="System.Drawing.Common" Version="10.0.0-preview.5.25266.103">
146146
<Uri>https://github.com/dotnet/dotnet</Uri>
147-
<Sha>ad8565092bbfdd5c8b4a94a718d10b2d394f7aee</Sha>
147+
<Sha>604dfc7f29729283704bee27b1e844c1fa044b9c</Sha>
148148
</Dependency>
149149
</ProductDependencies>
150150
<ToolsetDependencies>
151-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25265.101">
151+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25266.103">
152152
<Uri>https://github.com/dotnet/dotnet</Uri>
153-
<Sha>ad8565092bbfdd5c8b4a94a718d10b2d394f7aee</Sha>
153+
<Sha>604dfc7f29729283704bee27b1e844c1fa044b9c</Sha>
154154
</Dependency>
155-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="10.0.0-beta.25265.101">
155+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="10.0.0-beta.25266.103">
156156
<Uri>https://github.com/dotnet/dotnet</Uri>
157-
<Sha>ad8565092bbfdd5c8b4a94a718d10b2d394f7aee</Sha>
157+
<Sha>604dfc7f29729283704bee27b1e844c1fa044b9c</Sha>
158158
</Dependency>
159-
<Dependency Name="Microsoft.DotNet.SharedFramework.Sdk" Version="10.0.0-beta.25265.101">
159+
<Dependency Name="Microsoft.DotNet.SharedFramework.Sdk" Version="10.0.0-beta.25266.103">
160160
<Uri>https://github.com/dotnet/dotnet</Uri>
161-
<Sha>ad8565092bbfdd5c8b4a94a718d10b2d394f7aee</Sha>
161+
<Sha>604dfc7f29729283704bee27b1e844c1fa044b9c</Sha>
162162
</Dependency>
163-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="10.0.0-beta.25265.101">
163+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="10.0.0-beta.25266.103">
164164
<Uri>https://github.com/dotnet/dotnet</Uri>
165-
<Sha>ad8565092bbfdd5c8b4a94a718d10b2d394f7aee</Sha>
165+
<Sha>604dfc7f29729283704bee27b1e844c1fa044b9c</Sha>
166166
</Dependency>
167-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Archives" Version="10.0.0-beta.25265.101">
167+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Archives" Version="10.0.0-beta.25266.103">
168168
<Uri>https://github.com/dotnet/dotnet</Uri>
169-
<Sha>ad8565092bbfdd5c8b4a94a718d10b2d394f7aee</Sha>
169+
<Sha>604dfc7f29729283704bee27b1e844c1fa044b9c</Sha>
170170
</Dependency>
171-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="10.0.0-beta.25265.101">
171+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="10.0.0-beta.25266.103">
172172
<Uri>https://github.com/dotnet/dotnet</Uri>
173-
<Sha>ad8565092bbfdd5c8b4a94a718d10b2d394f7aee</Sha>
173+
<Sha>604dfc7f29729283704bee27b1e844c1fa044b9c</Sha>
174174
</Dependency>
175175
</ToolsetDependencies>
176176
</Dependencies>

0 commit comments

Comments
 (0)
0