Skip to content

Commit c0c87c3

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20250910.1 (#1369)
Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk From Version 9.0.0-beta.25428.3 -> To Version 9.0.0-beta.25460.1 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 745de7d commit c0c87c3

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
@@ -14,14 +14,14 @@
1414
<SourceBuild RepoName="source-build-reference-packages" ManagedOnly="true" />
1515
</Dependency>
1616
<!-- Intermediate is necessary for source build. -->
17-
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.25428.3">
17+
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.25460.1">
1818
<Uri>https://github.com/dotnet/arcade</Uri>
19-
<Sha>5fe939db0a156be6f10e17c105b1842c0c8c8bdc</Sha>
19+
<Sha>43df065432cbc74c0fa44d7569a0c31f64883f03</Sha>
2020
<SourceBuild RepoName="arcade" ManagedOnly="true" />
2121
</Dependency>
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
<Dependency Name="Microsoft.DotNet.GenAPI.Task" Version="9.0.100-rc.1.24409.1">
2727
<Uri>https://github.com/dotnet/sdk</Uri>

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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
"Microsoft.Build.NoTargets": "3.7.0"
88
}
99
}

0 commit comments

Comments
 (0)