File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3
3
<ProductDependencies >
4
4
</ProductDependencies >
5
5
<ToolsetDependencies >
6
- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 9.0.0-beta.24375.3 " >
6
+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 9.0.0-beta.24401.1 " >
7
7
<Uri >https://github.com/dotnet/arcade</Uri >
8
- <Sha >3e18bd4f62388b829d0b9dcd1ee131431674aa5f </Sha >
8
+ <Sha >a3dae8d4fd5a17c147cbecfd31e61463731ac0cc </Sha >
9
9
</Dependency >
10
10
</ToolsetDependencies >
11
11
</Dependencies >
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ case "$compiler" in
21
21
majorVersion=" ${version%% .* } "
22
22
23
23
# 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 )) )"
25
25
compiler=clang
26
26
;;
27
27
@@ -31,7 +31,7 @@ case "$compiler" in
31
31
majorVersion=" ${version%% .* } "
32
32
33
33
# 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 )) )"
35
35
compiler=gcc
36
36
;;
37
37
esac
Original file line number Diff line number Diff line change 8
8
}
9
9
},
10
10
"msbuild-sdks" : {
11
- "Microsoft.DotNet.Arcade.Sdk" : " 9.0.0-beta.24375.3 "
11
+ "Microsoft.DotNet.Arcade.Sdk" : " 9.0.0-beta.24401.1 "
12
12
}
13
13
}
You can’t perform that action at this time.
0 commit comments