Skip to content

Commit d0749c5

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20250807.1 (#625)
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 8.0.0-beta.25378.1 -> To Version 8.0.0-beta.25407.1 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 8bbdfaf commit d0749c5

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.25378.1">
6+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.25407.1">
77
<Uri>https://github.com/dotnet/arcade</Uri>
8-
<Sha>8dca4f8ae100b102230287f8cc1b75264c9f1a6f</Sha>
8+
<Sha>a5ec3fab69ac440afe6764b2e046af6e8fcafa74</Sha>
99
</Dependency>
10-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.25378.1">
10+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.25407.1">
1111
<Uri>https://github.com/dotnet/arcade</Uri>
12-
<Sha>8dca4f8ae100b102230287f8cc1b75264c9f1a6f</Sha>
12+
<Sha>a5ec3fab69ac440afe6764b2e046af6e8fcafa74</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.117"
3+
"dotnet": "8.0.119"
44
},
55
"msbuild-sdks": {
6-
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.25378.1",
7-
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.25378.1"
6+
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.25407.1",
7+
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.25407.1"
88
}
99
}

0 commit comments

Comments
 (0)