Skip to content

Commit 335988a

Browse files
[main] Update dependencies from dotnet/arcade (#551)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 7a00cc2 commit 335988a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

eng/Version.Details.xml

+4-4
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.24562.12">
6+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.24570.5">
77
<Uri>https://github.com/dotnet/arcade</Uri>
8-
<Sha>42652ca52cd5f9f637fef2b3ab6148805e3c5168</Sha>
8+
<Sha>3c7e11bf80279cde53a6251c4d0fa10e613fc739</Sha>
99
</Dependency>
10-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.24562.12">
10+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.24570.5">
1111
<Uri>https://github.com/dotnet/arcade</Uri>
12-
<Sha>42652ca52cd5f9f637fef2b3ab6148805e3c5168</Sha>
12+
<Sha>3c7e11bf80279cde53a6251c4d0fa10e613fc739</Sha>
1313
</Dependency>
1414
</ToolsetDependencies>
1515
</Dependencies>

global.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"dotnet": "8.0.110"
44
},
55
"msbuild-sdks": {
6-
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24562.12",
7-
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.24562.12"
6+
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24570.5",
7+
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.24570.5"
88
}
99
}

0 commit comments

Comments
 (0)