Skip to content

Commit 02c3f5e

Browse files
authored
[release/9.0] Update dependencies from dotnet/arcade (#13505)
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**: [20250521.1](https://dev.azure.com/dnceng/internal/_build/results?buildId=2714414) - **Date Produced**: May 21, 2025 8:30:12 PM UTC - **Commit**: [086a1771875b63404b4a710d27250fe384dc2810](dotnet/arcade@086a177) - **Branch**: refs/heads/release/9.0 [DependencyUpdate]: <> (Begin) - **Updates**: - **Microsoft.DotNet.Arcade.Sdk**: [from 9.0.0-beta.25255.5 to 9.0.0-beta.25271.1][1] - **Microsoft.DotNet.CMake.Sdk**: [from 9.0.0-beta.25255.5 to 9.0.0-beta.25271.1][1] - **Microsoft.DotNet.GenFacades**: [from 9.0.0-beta.25255.5 to 9.0.0-beta.25271.1][1] - **Microsoft.DotNet.Helix.Sdk**: [from 9.0.0-beta.25255.5 to 9.0.0-beta.25271.1][1] - **Microsoft.DotNet.RemoteExecutor**: [from 9.0.0-beta.25255.5 to 9.0.0-beta.25271.1][1] - **Microsoft.DotNet.XUnitExtensions**: [from 9.0.0-beta.25255.5 to 9.0.0-beta.25271.1][1] [1]: dotnet/arcade@1cfa39f...086a177 [DependencyUpdate]: <> (End) - **Updates to .NET SDKs:** - Updates sdk.version to 9.0.106 - Updates tools.dotnet to 9.0.106 [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/13505)
2 parents ef52a85 + 05fb80f commit 02c3f5e

File tree

4 files changed

+36
-20
lines changed

4 files changed

+36
-20
lines changed

NuGet.config

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
66
<!-- Begin: Package sources from dotnet-runtime -->
77
<add key="darc-int-dotnet-runtime-e36e4d1" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-e36e4d1a/nuget/v3/index.json" />
8+
<add key="darc-int-dotnet-runtime-e36e4d1-8" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-e36e4d1a-8/nuget/v3/index.json" />
9+
<add key="darc-int-dotnet-runtime-e36e4d1-7" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-e36e4d1a-7/nuget/v3/index.json" />
10+
<add key="darc-int-dotnet-runtime-e36e4d1-6" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-e36e4d1a-6/nuget/v3/index.json" />
11+
<add key="darc-int-dotnet-runtime-e36e4d1-5" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-e36e4d1a-5/nuget/v3/index.json" />
12+
<add key="darc-int-dotnet-runtime-e36e4d1-4" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-e36e4d1a-4/nuget/v3/index.json" />
13+
<add key="darc-int-dotnet-runtime-e36e4d1-3" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-e36e4d1a-3/nuget/v3/index.json" />
14+
<add key="darc-int-dotnet-runtime-e36e4d1-2" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-e36e4d1a-2/nuget/v3/index.json" />
15+
<add key="darc-int-dotnet-runtime-e36e4d1-1" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-e36e4d1a-1/nuget/v3/index.json" />
816
<!-- End: Package sources from dotnet-runtime -->
917
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
1018
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
@@ -25,6 +33,14 @@
2533
<clear />
2634
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
2735
<!-- Begin: Package sources from dotnet-runtime -->
36+
<add key="darc-int-dotnet-runtime-e36e4d1-1" value="true" />
37+
<add key="darc-int-dotnet-runtime-e36e4d1-2" value="true" />
38+
<add key="darc-int-dotnet-runtime-e36e4d1-3" value="true" />
39+
<add key="darc-int-dotnet-runtime-e36e4d1-4" value="true" />
40+
<add key="darc-int-dotnet-runtime-e36e4d1-5" value="true" />
41+
<add key="darc-int-dotnet-runtime-e36e4d1-6" value="true" />
42+
<add key="darc-int-dotnet-runtime-e36e4d1-7" value="true" />
43+
<add key="darc-int-dotnet-runtime-e36e4d1-8" value="true" />
2844
<add key="darc-int-dotnet-runtime-e36e4d1" value="true" />
2945
<!-- End: Package sources from dotnet-runtime -->
3046
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->

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.25255.5">
194+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25271.1">
195195
<Uri>https://github.com/dotnet/arcade</Uri>
196-
<Sha>1cfa39f82d00b3659a3d367bc344241946e10681</Sha>
196+
<Sha>086a1771875b63404b4a710d27250fe384dc2810</Sha>
197197
</Dependency>
198-
<Dependency Name="Microsoft.DotNet.GenFacades" Version="9.0.0-beta.25255.5">
198+
<Dependency Name="Microsoft.DotNet.GenFacades" Version="9.0.0-beta.25271.1">
199199
<Uri>https://github.com/dotnet/arcade</Uri>
200-
<Sha>1cfa39f82d00b3659a3d367bc344241946e10681</Sha>
200+
<Sha>086a1771875b63404b4a710d27250fe384dc2810</Sha>
201201
</Dependency>
202-
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="9.0.0-beta.25255.5">
202+
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="9.0.0-beta.25271.1">
203203
<Uri>https://github.com/dotnet/arcade</Uri>
204-
<Sha>1cfa39f82d00b3659a3d367bc344241946e10681</Sha>
204+
<Sha>086a1771875b63404b4a710d27250fe384dc2810</Sha>
205205
</Dependency>
206-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.25255.5">
206+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.25271.1">
207207
<Uri>https://github.com/dotnet/arcade</Uri>
208-
<Sha>1cfa39f82d00b3659a3d367bc344241946e10681</Sha>
208+
<Sha>086a1771875b63404b4a710d27250fe384dc2810</Sha>
209209
</Dependency>
210-
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="9.0.0-beta.25255.5">
210+
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="9.0.0-beta.25271.1">
211211
<Uri>https://github.com/dotnet/arcade</Uri>
212-
<Sha>1cfa39f82d00b3659a3d367bc344241946e10681</Sha>
212+
<Sha>086a1771875b63404b4a710d27250fe384dc2810</Sha>
213213
</Dependency>
214-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.25255.5">
214+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.25271.1">
215215
<Uri>https://github.com/dotnet/arcade</Uri>
216-
<Sha>1cfa39f82d00b3659a3d367bc344241946e10681</Sha>
216+
<Sha>086a1771875b63404b4a710d27250fe384dc2810</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.25255.5</MicrosoftDotNetGenFacadesPackageVersion>
61-
<MicrosoftDotNetRemoteExecutorVersion>9.0.0-beta.25255.5</MicrosoftDotNetRemoteExecutorVersion>
62-
<MicrosoftDotNetXUnitExtensionsPackageVersion>9.0.0-beta.25255.5</MicrosoftDotNetXUnitExtensionsPackageVersion>
60+
<MicrosoftDotNetGenFacadesPackageVersion>9.0.0-beta.25271.1</MicrosoftDotNetGenFacadesPackageVersion>
61+
<MicrosoftDotNetRemoteExecutorVersion>9.0.0-beta.25271.1</MicrosoftDotNetRemoteExecutorVersion>
62+
<MicrosoftDotNetXUnitExtensionsPackageVersion>9.0.0-beta.25271.1</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.105",
3+
"dotnet": "9.0.106",
44
"runtimes": {
55
"dotnet/x64": [
66
"$(VSRedistCommonNetCoreSharedFrameworkx6490PackageVersion)"
@@ -11,12 +11,12 @@
1111
}
1212
},
1313
"sdk": {
14-
"version": "9.0.105"
14+
"version": "9.0.106"
1515
},
1616
"msbuild-sdks": {
17-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25255.5",
18-
"Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.25255.5",
19-
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25255.5",
17+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25271.1",
18+
"Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.25271.1",
19+
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25271.1",
2020
"FIX-85B6-MERGE-9C38-CONFLICT": "1.0.0",
2121
"Microsoft.NET.Sdk.IL": "9.0.5"
2222
},

0 commit comments

Comments
 (0)