Skip to content

Commit 9c8552a

Browse files
[main] Update dependencies from dotnet/arcade (#714)
* Update dependencies from https://github.com/dotnet/arcade build 20260505.9 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 10.0.0-beta.26222.2 -> To Version 10.0.0-beta.26255.9 * Update dependencies from https://github.com/dotnet/arcade build 20260507.4 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 10.0.0-beta.26222.2 -> To Version 10.0.0-beta.26257.4 --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Ella Hathaway <67609881+ellahathaway@users.noreply.github.com>
1 parent a17e04e commit 9c8552a

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<ProductDependencies>
44
</ProductDependencies>
55
<ToolsetDependencies>
6-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.26222.2">
6+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.26257.4">
77
<Uri>https://github.com/dotnet/arcade</Uri>
8-
<Sha>58713cb9a664ed67642127fcaf70b8c0c3b55ef2</Sha>
8+
<Sha>3454b2fe822e52373f2604856417b0e6bce71d70</Sha>
99
</Dependency>
10-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.26222.2">
10+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.26257.4">
1111
<Uri>https://github.com/dotnet/arcade</Uri>
12-
<Sha>58713cb9a664ed67642127fcaf70b8c0c3b55ef2</Sha>
12+
<Sha>3454b2fe822e52373f2604856417b0e6bce71d70</Sha>
1313
</Dependency>
1414
</ToolsetDependencies>
1515
</Dependencies>

global.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"tools": {
3-
"dotnet": "10.0.106"
3+
"dotnet": "10.0.107"
44
},
55
"msbuild-sdks": {
6-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26222.2",
7-
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.26222.2"
6+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26257.4",
7+
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.26257.4"
88
}
99
}

0 commit comments

Comments
 (0)