Skip to content

Commit 528551c

Browse files
[main] Update dependencies from dotnet/arcade (#4926)
* Update dependencies from https://github.com/dotnet/arcade build 20250828.6 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 10.0.0-beta.25420.121 -> To Version 10.0.0-beta.25428.6 * Update dependencies from https://github.com/dotnet/arcade build 20250830.1 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 10.0.0-beta.25420.121 -> To Version 10.0.0-beta.25430.1 --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 1529cd1 commit 528551c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

eng/Version.Details.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727
</Dependency>
2828
</ProductDependencies>
2929
<ToolsetDependencies>
30-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25420.121">
31-
<Uri>https://github.com/dotnet/dotnet</Uri>
32-
<Sha>c4dc56079d959dbdb7fc27ea8ad7f95194885923</Sha>
30+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25430.1">
31+
<Uri>https://github.com/dotnet/arcade</Uri>
32+
<Sha>6122520523105dacdd702177a76c9f6b982fd759</Sha>
3333
</Dependency>
34-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25420.121">
35-
<Uri>https://github.com/dotnet/dotnet</Uri>
36-
<Sha>c4dc56079d959dbdb7fc27ea8ad7f95194885923</Sha>
34+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25430.1">
35+
<Uri>https://github.com/dotnet/arcade</Uri>
36+
<Sha>6122520523105dacdd702177a76c9f6b982fd759</Sha>
3737
</Dependency>
3838
<Dependency Name="Microsoft.DotNet.XHarness.CLI" Version="10.0.0-prerelease.25427.1">
3939
<Uri>https://github.com/dotnet/xharness</Uri>

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"dotnet": "10.0.100-rc.1.25411.109"
99
},
1010
"msbuild-sdks": {
11-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25420.121",
12-
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25420.121"
11+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25430.1",
12+
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25430.1"
1313
},
1414
"native-tools": {
1515
"python3": "3.7.1"

0 commit comments

Comments
 (0)