Skip to content

Commit 3e9fb74

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20251015.1 (#646)
On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 8.0.0-beta.25504.1 -> To Version 8.0.0-beta.25515.1 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent a5e3b9a commit 3e9fb74

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.25504.1">
6+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.25515.1">
77
<Uri>https://github.com/dotnet/arcade</Uri>
8-
<Sha>3edea53c9b10e4bc63de863d71a05d47d9bb5b69</Sha>
8+
<Sha>6544413e02741855b701468aa8afc6cf8ca62c72</Sha>
99
</Dependency>
10-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.25504.1">
10+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.25515.1">
1111
<Uri>https://github.com/dotnet/arcade</Uri>
12-
<Sha>3edea53c9b10e4bc63de863d71a05d47d9bb5b69</Sha>
12+
<Sha>6544413e02741855b701468aa8afc6cf8ca62c72</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.120"
3+
"dotnet": "8.0.121"
44
},
55
"msbuild-sdks": {
6-
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.25504.1",
7-
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.25504.1"
6+
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.25515.1",
7+
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.25515.1"
88
}
99
}

0 commit comments

Comments
 (0)