Skip to content

Commit b7b5bd5

Browse files
authored
Merge pull request #9323 from dotnet/darc-release/9.0.1xx-04b56103-c694-4ed1-ad20-092920309231
[release/9.0.1xx] Update dependencies from dotnet/arcade
2 parents 1d5306c + 91b8ff5 commit b7b5bd5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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.25428.3">
22+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25460.1">
2323
<Uri>https://github.com/dotnet/arcade</Uri>
24-
<Sha>5fe939db0a156be6f10e17c105b1842c0c8c8bdc</Sha>
24+
<Sha>43df065432cbc74c0fa44d7569a0c31f64883f03</Sha>
2525
</Dependency>
2626
<!-- Intermediate is necessary for source build. -->
27-
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.25428.3">
27+
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.25460.1">
2828
<Uri>https://github.com/dotnet/arcade</Uri>
29-
<Sha>5fe939db0a156be6f10e17c105b1842c0c8c8bdc</Sha>
29+
<Sha>43df065432cbc74c0fa44d7569a0c31f64883f03</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.109"
3+
"dotnet": "9.0.110"
44
},
55
"msbuild-sdks": {
6-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25428.3"
6+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25460.1"
77
}
88
}

0 commit comments

Comments
 (0)