Skip to content

Commit b5d4ca2

Browse files
[release/8.0] Update dependencies from dotnet/arcade (#1357)
* Update dependencies from https://github.com/dotnet/arcade build 20250205.2 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 8.0.0-beta.25079.1 -> To Version 8.0.0-beta.25105.2 * Update dependencies from https://github.com/dotnet/arcade build 20250211.4 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 8.0.0-beta.25079.1 -> To Version 8.0.0-beta.25111.4 --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent d335483 commit b5d4ca2

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

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="8.0.0-beta.25079.1">
6+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.25111.4">
77
<Uri>https://github.com/dotnet/arcade</Uri>
8-
<Sha>cae548d41ddb92922d78f3d9737635d104f650a5</Sha>
8+
<Sha>a319ada170a54ee87c7a81e3309948e3d3ea7aca</Sha>
99
</Dependency>
10-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.25079.1">
10+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.25111.4">
1111
<Uri>https://github.com/dotnet/arcade</Uri>
12-
<Sha>cae548d41ddb92922d78f3d9737635d104f650a5</Sha>
12+
<Sha>a319ada170a54ee87c7a81e3309948e3d3ea7aca</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": "8.0.112"
3+
"dotnet": "8.0.113"
44
},
55
"msbuild-sdks": {
6-
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.25079.1",
7-
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.25079.1"
6+
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.25111.4",
7+
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.25111.4"
88
}
99
}

0 commit comments

Comments
 (0)