Skip to content

Commit 1828413

Browse files
authored
Merge pull request #8751 from dotnet/darc-release/9.0.2xx-a60d60ee-2162-4828-89cd-40ebbe620b63
[release/9.0.2xx] Update dependencies from dotnet/arcade
2 parents 8c5b547 + 522b7d7 commit 1828413

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

0 commit comments

Comments
 (0)