Skip to content

Commit acac700

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20241111.1 (#4569)
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 10.0.0-beta.24560.1 -> To Version 10.0.0-beta.24561.1 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 1afa353 commit acac700

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
@@ -31,13 +31,13 @@
3131
</Dependency>
3232
</ProductDependencies>
3333
<ToolsetDependencies>
34-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.24560.1">
34+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.24561.1">
3535
<Uri>https://github.com/dotnet/arcade</Uri>
36-
<Sha>232061b49ae2157efbb83acde9acae79ef3d6d40</Sha>
36+
<Sha>32b8acf5b6f79e78a7cc5f7b7c619f68ff0c97ad</Sha>
3737
</Dependency>
38-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.24560.1">
38+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.24561.1">
3939
<Uri>https://github.com/dotnet/arcade</Uri>
40-
<Sha>232061b49ae2157efbb83acde9acae79ef3d6d40</Sha>
40+
<Sha>32b8acf5b6f79e78a7cc5f7b7c619f68ff0c97ad</Sha>
4141
</Dependency>
4242
<!--
4343
Maui Rollback Version mappings, default means generated from sdk version. Allows for manual override of version similar to https://github.com/dotnet/maui/blob/df8cfcf635a590955a8cc3d6cf7ae6280449dd3f/eng/Versions.props#L138-L146, where the logic comes from:

global.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"dotnet": "9.0.100-rc.2.24474.11"
99
},
1010
"msbuild-sdks": {
11-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24560.1",
12-
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.24560.1"
11+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24561.1",
12+
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.24561.1"
1313
},
1414
"native-tools": {
1515
"python3": "3.7.1"

0 commit comments

Comments
 (0)