Skip to content

Commit a39cc80

Browse files
[main] Update dependencies from dotnet/arcade (#3022)
* Update dependencies from https://github.com/dotnet/arcade build 20230512.5 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 8.0.0-beta.23262.1 -> To Version 8.0.0-beta.23262.5 * Update dependencies from https://github.com/dotnet/arcade build 20230515.1 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 8.0.0-beta.23262.1 -> To Version 8.0.0-beta.23265.1 * Update dependencies from https://github.com/dotnet/arcade build 20230518.1 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 8.0.0-beta.23262.1 -> To Version 8.0.0-beta.23268.1 * Update dependencies from https://github.com/dotnet/arcade build 20230519.1 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 8.0.0-beta.23262.1 -> To Version 8.0.0-beta.23269.1 --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 66d35b2 commit a39cc80

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727
</Dependency>
2828
</ProductDependencies>
2929
<ToolsetDependencies>
30-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23262.1">
30+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23269.1">
3131
<Uri>https://github.com/dotnet/arcade</Uri>
32-
<Sha>933cf300e376f398e3fa3b3563a6ad5fe32a511e</Sha>
32+
<Sha>fb6291b40fa4334dbd167e2071953e83cc8b9fdc</Sha>
3333
</Dependency>
34-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.23262.1">
34+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.23269.1">
3535
<Uri>https://github.com/dotnet/arcade</Uri>
36-
<Sha>933cf300e376f398e3fa3b3563a6ad5fe32a511e</Sha>
36+
<Sha>fb6291b40fa4334dbd167e2071953e83cc8b9fdc</Sha>
3737
</Dependency>
3838
</ToolsetDependencies>
3939
</Dependencies>

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"dotnet": "8.0.100-preview.3.23178.7"
44
},
55
"msbuild-sdks": {
6-
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23262.1",
7-
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23262.1"
6+
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23269.1",
7+
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23269.1"
88
},
99
"native-tools": {
1010
"python3": "3.7.1"

0 commit comments

Comments
 (0)