Skip to content

Commit e0cc9a9

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20240801.1 (#4362)
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 9.0.0-beta.24379.1 -> To Version 9.0.0-beta.24401.1 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 535ff97 commit e0cc9a9

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
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.24379.1">
22+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24401.1">
2323
<Uri>https://github.com/dotnet/arcade</Uri>
24-
<Sha>4f5a4ad88d27b56ceeaa43ced670999c33bd2598</Sha>
24+
<Sha>a3dae8d4fd5a17c147cbecfd31e61463731ac0cc</Sha>
2525
</Dependency>
26-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.24379.1">
26+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.24401.1">
2727
<Uri>https://github.com/dotnet/arcade</Uri>
28-
<Sha>4f5a4ad88d27b56ceeaa43ced670999c33bd2598</Sha>
28+
<Sha>a3dae8d4fd5a17c147cbecfd31e61463731ac0cc</Sha>
2929
</Dependency>
3030
<!--
3131
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:

eng/common/native/init-compiler.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ case "$compiler" in
2121
majorVersion="${version%%.*}"
2222

2323
# LLVM based on v18 released in early 2024, with two releases per year
24-
maxVersion="$((18 + ((($(date +%Y) - 2024) * 12 + $(date +%m) - 3) / 6)))"
24+
maxVersion="$((18 + ((($(date +%Y) - 2024) * 12 + $(date +%-m) - 3) / 6)))"
2525
compiler=clang
2626
;;
2727

@@ -31,7 +31,7 @@ case "$compiler" in
3131
majorVersion="${version%%.*}"
3232

3333
# GCC based on v14 released in early 2024, with one release per year
34-
maxVersion="$((14 + ((($(date +%Y) - 2024) * 12 + $(date +%m) - 3) / 12)))"
34+
maxVersion="$((14 + ((($(date +%Y) - 2024) * 12 + $(date +%-m) - 3) / 12)))"
3535
compiler=gcc
3636
;;
3737
esac

global.json

Lines changed: 2 additions & 2 deletions
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.24379.1",
12-
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.24379.1"
11+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24401.1",
12+
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.24401.1"
1313
},
1414
"native-tools": {
1515
"python3": "3.7.1"

0 commit comments

Comments
 (0)