Skip to content

Commit c61d929

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20240617.3 (#4273)
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 9.0.0-beta.24314.1 -> To Version 9.0.0-beta.24317.3 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 3d35c00 commit c61d929

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
@@ -19,13 +19,13 @@
1919
</Dependency>
2020
</ProductDependencies>
2121
<ToolsetDependencies>
22-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24314.1">
22+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24317.3">
2323
<Uri>https://github.com/dotnet/arcade</Uri>
24-
<Sha>92a725aa4d9d6c13dc5229597b51b0b165b8b535</Sha>
24+
<Sha>579b9d3c2a51de22be7685f0bd624bf83265c901</Sha>
2525
</Dependency>
26-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.24314.1">
26+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.24317.3">
2727
<Uri>https://github.com/dotnet/arcade</Uri>
28-
<Sha>92a725aa4d9d6c13dc5229597b51b0b165b8b535</Sha>
28+
<Sha>579b9d3c2a51de22be7685f0bd624bf83265c901</Sha>
2929
</Dependency>
3030
</ToolsetDependencies>
3131
</Dependencies>

global.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"dotnet": "9.0.100-preview.5.24307.3"
99
},
1010
"msbuild-sdks": {
11-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24314.1",
12-
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.24314.1"
11+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24317.3",
12+
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.24317.3"
1313
},
1414
"native-tools": {
1515
"python3": "3.7.1"

0 commit comments

Comments
 (0)