Skip to content

Commit d12c464

Browse files
[main] Update dependencies to ensure coherency (#4895)
* Update dependencies from https://github.com/dotnet/arcade build 20250729.3 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 10.0.0-beta.25374.4 -> To Version 10.0.0-beta.25379.3 * Failed to perform coherency update for one or more dependencies. * Update dependencies from https://github.com/dotnet/arcade build 20250801.2 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 10.0.0-beta.25374.4 -> To Version 10.0.0-beta.25401.2 * Failed to perform coherency update for one or more dependencies. --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent b8a4259 commit d12c464

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
@@ -31,13 +31,13 @@
3131
</Dependency>
3232
</ProductDependencies>
3333
<ToolsetDependencies>
34-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25374.4">
34+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25401.2">
3535
<Uri>https://github.com/dotnet/arcade</Uri>
36-
<Sha>e2fed65f9c524d12c64876194ae4ce177b935bb3</Sha>
36+
<Sha>40693ae2ee51e447f6ca96d07bc1ba779dcb9b9c</Sha>
3737
</Dependency>
38-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25374.4">
38+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25401.2">
3939
<Uri>https://github.com/dotnet/arcade</Uri>
40-
<Sha>e2fed65f9c524d12c64876194ae4ce177b935bb3</Sha>
40+
<Sha>40693ae2ee51e447f6ca96d07bc1ba779dcb9b9c</Sha>
4141
</Dependency>
4242
<Dependency Name="Microsoft.DotNet.XHarness.CLI" Version="10.0.0-prerelease.25262.1">
4343
<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-preview.7.25322.101"
99
},
1010
"msbuild-sdks": {
11-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25374.4",
12-
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25374.4"
11+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25401.2",
12+
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25401.2"
1313
},
1414
"native-tools": {
1515
"python3": "3.7.1"

0 commit comments

Comments
 (0)