Skip to content

Commit e99d728

Browse files
authored
[release/9.0.1xx] Update dependencies from dotnet/arcade (#9746)
This pull request updates the following dependencies [marker]: <> (Begin:9286480e-333a-45b6-896c-cdf2a43700a6) ## From https://github.com/dotnet/arcade - **Subscription**: [9286480e-333a-45b6-896c-cdf2a43700a6](https://maestro.dot.net/subscriptions?search=9286480e-333a-45b6-896c-cdf2a43700a6) - **Build**: [20260120.1](https://dev.azure.com/dnceng/internal/_build/results?buildId=2883081) ([297934](https://maestro.dot.net/channel/5175/github:dotnet:arcade/build/297934)) - **Date Produced**: January 20, 2026 9:16:49 AM UTC - **Commit**: [9b9436a55a49bd58acb8ae95a57ad2185da26805](dotnet/arcade@9b9436a) - **Branch**: [release/9.0](https://github.com/dotnet/arcade/tree/release/9.0) [DependencyUpdate]: <> (Begin) - **Dependency Updates**: - From [9.0.0-beta.26063.2 to 9.0.0-beta.26070.1][1] - Microsoft.SourceBuild.Intermediate.arcade - Microsoft.DotNet.Arcade.Sdk [1]: dotnet/arcade@c85f9ac...9b9436a [DependencyUpdate]: <> (End) - **Updates to .NET SDKs:** - Updates **tools.dotnet** to 9.0.113 [marker]: <> (End:9286480e-333a-45b6-896c-cdf2a43700a6)
2 parents cdbf978 + 22aa85c commit e99d728

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
</Dependency>
2020
</ProductDependencies>
2121
<ToolsetDependencies>
22-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.26063.2">
22+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.26070.1">
2323
<Uri>https://github.com/dotnet/arcade</Uri>
24-
<Sha>c85f9aceddaf85296e3efbc463daaa34fef5a375</Sha>
24+
<Sha>9b9436a55a49bd58acb8ae95a57ad2185da26805</Sha>
2525
</Dependency>
2626
<!-- Intermediate is necessary for source build. -->
27-
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.26063.2">
27+
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.26070.1">
2828
<Uri>https://github.com/dotnet/arcade</Uri>
29-
<Sha>c85f9aceddaf85296e3efbc463daaa34fef5a375</Sha>
29+
<Sha>9b9436a55a49bd58acb8ae95a57ad2185da26805</Sha>
3030
<SourceBuild RepoName="arcade" ManagedOnly="true" />
3131
</Dependency>
3232
<!-- Dependencies required for source build. We'll still update manually -->

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"tools": {
3-
"dotnet": "9.0.112"
3+
"dotnet": "9.0.113"
44
},
55
"msbuild-sdks": {
6-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.26063.2"
6+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.26070.1"
77
}
88
}

0 commit comments

Comments
 (0)