Skip to content

Commit 20a05cd

Browse files
[release/9.0] Update dependencies from dotnet/arcade (#13272)
This pull request updates the following dependencies [marker]: <> (Begin:92989bf7-cdf9-483d-64c5-08dcbc356d11) ## From https://github.com/dotnet/arcade - **Subscription**: [92989bf7-cdf9-483d-64c5-08dcbc356d11](https://maestro.dot.net/subscriptions?search=92989bf7-cdf9-483d-64c5-08dcbc356d11) - **Build**: [20250408.6](https://dev.azure.com/dnceng/internal/_build/results?buildId=2682667) - **Date Produced**: April 9, 2025 2:17:37 AM UTC - **Commit**: [aa61e8c20a869bcc994f8b29eb07d927d2bec6f4](dotnet/arcade@aa61e8c) - **Branch**: refs/heads/release/9.0 [DependencyUpdate]: <> (Begin) - **Updates**: - **Microsoft.DotNet.Arcade.Sdk**: [from 9.0.0-beta.25204.5 to 9.0.0-beta.25208.6][1] - **Microsoft.DotNet.CMake.Sdk**: [from 9.0.0-beta.25204.5 to 9.0.0-beta.25208.6][1] - **Microsoft.DotNet.GenFacades**: [from 9.0.0-beta.25204.5 to 9.0.0-beta.25208.6][1] - **Microsoft.DotNet.Helix.Sdk**: [from 9.0.0-beta.25204.5 to 9.0.0-beta.25208.6][1] - **Microsoft.DotNet.RemoteExecutor**: [from 9.0.0-beta.25204.5 to 9.0.0-beta.25208.6][1] - **Microsoft.DotNet.XUnitExtensions**: [from 9.0.0-beta.25204.5 to 9.0.0-beta.25208.6][1] [1]: dotnet/arcade@97cbc73...aa61e8c [DependencyUpdate]: <> (End) - **Updates to .NET SDKs:** - Updates sdk.version to 9.0.105 - Updates tools.dotnet to 9.0.105 [marker]: <> (End:92989bf7-cdf9-483d-64c5-08dcbc356d11) ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/dotnet/winforms/pull/13272)
2 parents c1e276a + 9828adc commit 20a05cd

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed

eng/Version.Details.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -191,29 +191,29 @@ Note: if the Uri is a new place, you will need to add a subscription from that p
191191
</ProductDependencies>
192192
<ToolsetDependencies>
193193
<!-- Arcade -->
194-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25204.5">
194+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25208.6">
195195
<Uri>https://github.com/dotnet/arcade</Uri>
196-
<Sha>97cbc7361ff28b2948c8182720c166a744049f55</Sha>
196+
<Sha>aa61e8c20a869bcc994f8b29eb07d927d2bec6f4</Sha>
197197
</Dependency>
198-
<Dependency Name="Microsoft.DotNet.GenFacades" Version="9.0.0-beta.25204.5">
198+
<Dependency Name="Microsoft.DotNet.GenFacades" Version="9.0.0-beta.25208.6">
199199
<Uri>https://github.com/dotnet/arcade</Uri>
200-
<Sha>97cbc7361ff28b2948c8182720c166a744049f55</Sha>
200+
<Sha>aa61e8c20a869bcc994f8b29eb07d927d2bec6f4</Sha>
201201
</Dependency>
202-
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="9.0.0-beta.25204.5">
202+
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="9.0.0-beta.25208.6">
203203
<Uri>https://github.com/dotnet/arcade</Uri>
204-
<Sha>97cbc7361ff28b2948c8182720c166a744049f55</Sha>
204+
<Sha>aa61e8c20a869bcc994f8b29eb07d927d2bec6f4</Sha>
205205
</Dependency>
206-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.25204.5">
206+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.25208.6">
207207
<Uri>https://github.com/dotnet/arcade</Uri>
208-
<Sha>97cbc7361ff28b2948c8182720c166a744049f55</Sha>
208+
<Sha>aa61e8c20a869bcc994f8b29eb07d927d2bec6f4</Sha>
209209
</Dependency>
210-
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="9.0.0-beta.25204.5">
210+
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="9.0.0-beta.25208.6">
211211
<Uri>https://github.com/dotnet/arcade</Uri>
212-
<Sha>97cbc7361ff28b2948c8182720c166a744049f55</Sha>
212+
<Sha>aa61e8c20a869bcc994f8b29eb07d927d2bec6f4</Sha>
213213
</Dependency>
214-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.25204.5">
214+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.25208.6">
215215
<Uri>https://github.com/dotnet/arcade</Uri>
216-
<Sha>97cbc7361ff28b2948c8182720c166a744049f55</Sha>
216+
<Sha>aa61e8c20a869bcc994f8b29eb07d927d2bec6f4</Sha>
217217
</Dependency>
218218
</ToolsetDependencies>
219219
</Dependencies>

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757
</PropertyGroup>
5858
<!-- Arcade -->
5959
<PropertyGroup>
60-
<MicrosoftDotNetGenFacadesPackageVersion>9.0.0-beta.25204.5</MicrosoftDotNetGenFacadesPackageVersion>
61-
<MicrosoftDotNetRemoteExecutorVersion>9.0.0-beta.25204.5</MicrosoftDotNetRemoteExecutorVersion>
62-
<MicrosoftDotNetXUnitExtensionsPackageVersion>9.0.0-beta.25204.5</MicrosoftDotNetXUnitExtensionsPackageVersion>
60+
<MicrosoftDotNetGenFacadesPackageVersion>9.0.0-beta.25208.6</MicrosoftDotNetGenFacadesPackageVersion>
61+
<MicrosoftDotNetRemoteExecutorVersion>9.0.0-beta.25208.6</MicrosoftDotNetRemoteExecutorVersion>
62+
<MicrosoftDotNetXUnitExtensionsPackageVersion>9.0.0-beta.25208.6</MicrosoftDotNetXUnitExtensionsPackageVersion>
6363
<MicrosoftNETTestSdkVersion>17.4.0-preview-20220707-01</MicrosoftNETTestSdkVersion>
6464
</PropertyGroup>
6565
<!-- Below have no corresponding entries in Versions.Details.XML because they are not updated via Maestro -->

global.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"tools": {
3-
"dotnet": "9.0.104",
3+
"dotnet": "9.0.105",
44
"runtimes": {
55
"dotnet/x64": [
66
"$(VSRedistCommonNetCoreSharedFrameworkx6490PackageVersion)"
@@ -11,12 +11,12 @@
1111
}
1212
},
1313
"sdk": {
14-
"version": "9.0.104"
14+
"version": "9.0.105"
1515
},
1616
"msbuild-sdks": {
17-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25204.5",
18-
"Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.25204.5",
19-
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25204.5",
17+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25208.6",
18+
"Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.25208.6",
19+
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25208.6",
2020
"FIX-85B6-MERGE-9C38-CONFLICT": "1.0.0",
2121
"Microsoft.NET.Sdk.IL": "9.0.3-servicing.25111.13"
2222
},

0 commit comments

Comments
 (0)